#906CCA

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

Shades of True V #906CCA

Tints of True V #906CCA

Color information

#906CCA (or 0x906CCA) is unknown color: approx True V. HEX triplet: 90, 6C and CA. RGB value is (144,108,202). Sum of RGB (Red+Green+Blue) = 144+108+202=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #906CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CCA is #6F9335. Grayscale: #818181. Windows color (decimal): -7312182 or 13266064. OLE color: 13266064.

HSL color Cylindrical-coordinate representation of color #906CCA: hue angle of 262.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #906CCA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144108202-
CMYK0.290.4700.21
HSL262.98º47%60.78%-
HSV(B)262.98º46.53%79.22%-
XYZ27.5220.9258.46-
YUV129.48168.93138.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=31.72%
G=23.79%
B=44.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441082020.290.4700.21262.984760.78
Hex906CCA1D2F0151072f3d
Octal22015431235570254075775
Binary1001000011011001100101011101101111010101100000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906CCA; }

 p { color: rgb(144,108,202); }

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

<style>
 a { background-color: #906CCA; }

 a { background-color: rgb(144,108,202); }

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

<style>
 span { border-color: #906CCA; }

 span { border-color: rgb(144,108,202); }

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