#9080BC

Color #9080BC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9080BC

Tints of Cold Purple #9080BC

Color information

#9080BC (or 0x9080BC) is unknown color: approx Cold Purple. HEX triplet: 90, 80 and BC. RGB value is (144,128,188). Sum of RGB (Red+Green+Blue) = 144+128+188=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9080BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080BC is #6F7F43. Grayscale: #8B8B8B. Windows color (decimal): -7307076 or 12353680. OLE color: 12353680.

HSL color Cylindrical-coordinate representation of color #9080BC: hue angle of 256º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9080BC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144128188-
CMYK0.230.3200.26
HSL256º30.93%61.96%-
HSV(B)256º31.91%73.73%-
XYZ28.32550.91-
YUV139.62155.3131.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=31.30%
G=27.83%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441281880.230.3200.2625630.9361.96
Hex9080BC172001A1001f3e
Octal22020027427400324003776
Binary1001000010000000101111001011110000001101010000000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9080BC; }

 p { color: rgb(144,128,188); }

 H1.HeaderClassName
 {
   color: #9080BC;
 }
 .AnyTagClassName
 {
   color: #9080BC;
 }
</style>
background-color css

<style>
 a { background-color: #9080BC; }

 a { background-color: rgb(144,128,188); }

 div.DivClassName
 {
   background-color: #9080BC;
 }
 .BgClassName
 {
   background-color: #9080BC;
 }
</style>
border-color css

<style>
 span { border-color: #9080BC; }

 span { border-color: rgb(144,128,188); }

 td.TdClassName
 {
   border-color: #9080BC;
 }
 .TagClassName
 {
   border-color: #9080BC;
 }
</style>