#914BBC

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

Shades of Deep Lilac #914BBC

Tints of Deep Lilac #914BBC

Color information

#914BBC (or 0x914BBC) is unknown color: approx Deep Lilac. HEX triplet: 91, 4B and BC. RGB value is (145,75,188). Sum of RGB (Red+Green+Blue) = 145+75+188=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #914BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BBC is #6EB443. Grayscale: #6C6C6C. Windows color (decimal): -7255108 or 12340113. OLE color: 12340113.

HSL color Cylindrical-coordinate representation of color #914BBC: hue angle of 277.17º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914BBC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14575188-
CMYK0.230.6000.26
HSL277.17º45.75%51.57%-
HSV(B)277.17º60.11%73.73%-
XYZ23.2714.6849.18-
YUV108.81172.69153.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=35.54%
G=18.38%
B=46.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145751880.230.6000.26277.1745.7551.57
Hex914BBC173C01A1152e34
Octal22111327427740324255664
Binary1001000110010111011110010111111100011010100010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914BBC; }

 p { color: rgb(145,75,188); }

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

<style>
 a { background-color: #914BBC; }

 a { background-color: rgb(145,75,188); }

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

<style>
 span { border-color: #914BBC; }

 span { border-color: rgb(145,75,188); }

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