#906CCD

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

Shades of True V #906CCD

Tints of True V #906CCD

Color information

#906CCD (or 0x906CCD) is unknown color: approx True V. HEX triplet: 90, 6C and CD. RGB value is (144,108,205). Sum of RGB (Red+Green+Blue) = 144+108+205=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #906CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CCD is #6F9332. Grayscale: #818181. Windows color (decimal): -7312179 or 13462672. OLE color: 13462672.

HSL color Cylindrical-coordinate representation of color #906CCD: hue angle of 262.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #906CCD is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144108205-
CMYK0.300.4700.20
HSL262.27º49.24%61.37%-
HSV(B)262.27º47.32%80.39%-
XYZ27.8821.0660.35-
YUV129.82170.43138.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=31.51%
G=23.63%
B=44.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441082050.300.4700.20262.2749.2461.37
Hex906CCD1E2F014106313d
Octal22015431536570244066175
Binary1001000011011001100110111110101111010100100000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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