#906DCC

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

Shades of True V #906DCC

Tints of True V #906DCC

Color information

#906DCC (or 0x906DCC) is unknown color: approx True V. HEX triplet: 90, 6D and CC. RGB value is (144,109,204). Sum of RGB (Red+Green+Blue) = 144+109+204=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #906DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DCC is #6F9233. Grayscale: #818181. Windows color (decimal): -7311924 or 13397392. OLE color: 13397392.

HSL color Cylindrical-coordinate representation of color #906DCC: hue angle of 262.11º degrees, saturation: 0.48, 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 #906DCC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144109204-
CMYK0.290.4700.2
HSL262.11º48.22%61.37%-
HSV(B)262.11º46.57%80%-
XYZ27.8721.2359.75-
YUV130.29169.6137.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=31.51%
G=23.85%
B=44.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441092040.290.4700.2262.1148.2261.37
Hex906DCC1D2F014106303d
Octal22015531435570244066075
Binary1001000011011011100110011101101111010100100000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,109,204); }

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

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

 a { background-color: rgb(144,109,204); }

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

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

 span { border-color: rgb(144,109,204); }

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