#915BBC

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

Shades of Deep Lilac #915BBC

Tints of Deep Lilac #915BBC

Color information

#915BBC (or 0x915BBC) is unknown color: approx Deep Lilac. HEX triplet: 91, 5B and BC. RGB value is (145,91,188). Sum of RGB (Red+Green+Blue) = 145+91+188=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 91 (35.94% from 255 or 21.46% 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 #915BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBC is #6EA443. Grayscale: #757575. Windows color (decimal): -7251012 or 12344209. OLE color: 12344209.

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

Color convert

RGB14591188-
CMYK0.230.5200.26
HSL273.4º41.99%54.71%-
HSV(B)273.4º51.6%73.73%-
XYZ24.517.1349.59-
YUV118.2167.39147.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=34.20%
G=21.46%
B=44.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145911880.230.5200.26273.441.9954.71
Hex915BBC173401A1112a37
Octal22113327427640324215267
Binary1001000110110111011110010111110100011010100010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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