#9080C3

Color #9080C3 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9080C3

Tints of True V #9080C3

Color information

#9080C3 (or 0x9080C3) is unknown color: approx True V. HEX triplet: 90, 80 and C3. RGB value is (144,128,195). Sum of RGB (Red+Green+Blue) = 144+128+195=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #9080C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080C3 is #6F7F3C. Grayscale: #8C8C8C. Windows color (decimal): -7307069 or 12812432. OLE color: 12812432.

HSL color Cylindrical-coordinate representation of color #9080C3: hue angle of 254.33º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9080C3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144128195-
CMYK0.260.3400.24
HSL254.33º35.83%63.33%-
HSV(B)254.33º34.36%76.47%-
XYZ29.0725.3154.98-
YUV140.42158.8130.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=30.84%
G=27.41%
B=41.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441281950.260.3400.24254.3335.8363.33
Hex9080C31A22018fe243f
Octal22020030332420303764477
Binary1001000010000000110000111101010001001100011111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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