#905CBC

Color #905CBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #905CBC

Tints of Deep Lilac #905CBC

Color information

#905CBC (or 0x905CBC) is unknown color: approx Deep Lilac. HEX triplet: 90, 5C and BC. RGB value is (144,92,188). Sum of RGB (Red+Green+Blue) = 144+92+188=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #905CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CBC is #6FA343. Grayscale: #767676. Windows color (decimal): -7316292 or 12344464. OLE color: 12344464.

HSL color Cylindrical-coordinate representation of color #905CBC: hue angle of 272.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905CBC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14492188-
CMYK0.230.5100.26
HSL272.5º41.74%54.9%-
HSV(B)272.5º51.06%73.73%-
XYZ24.4117.2149.61-
YUV118.49167.23146.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=33.96%
G=21.70%
B=44.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144921880.230.5100.26272.541.7454.9
Hex905CBC173301A1102a37
Octal22013427427630324205267
Binary1001000010111001011110010111110011011010100010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905CBC; }

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

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

<style>
 a { background-color: #905CBC; }

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

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

<style>
 span { border-color: #905CBC; }

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

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