#9667BC

Color #9667BC Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9667BC

Tints of Lilac Bush #9667BC

Color information

#9667BC (or 0x9667BC) is unknown color: approx Lilac Bush. HEX triplet: 96, 67 and BC. RGB value is (150,103,188). Sum of RGB (Red+Green+Blue) = 150+103+188=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9667BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667BC is #699843. Grayscale: #7E7E7E. Windows color (decimal): -6920260 or 12347286. OLE color: 12347286.

HSL color Cylindrical-coordinate representation of color #9667BC: hue angle of 273.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9667BC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150103188-
CMYK0.200.4500.26
HSL273.18º38.81%57.06%-
HSV(B)273.18º45.21%73.73%-
XYZ26.5119.8250-
YUV126.74162.57144.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=34.01%
G=23.36%
B=42.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501031880.200.4500.26273.1838.8157.06
Hex9667BC142D01A1112739
Octal22614727424550324214771
Binary1001011011001111011110010100101101011010100010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9667BC; }

 p { color: rgb(150,103,188); }

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

<style>
 a { background-color: #9667BC; }

 a { background-color: rgb(150,103,188); }

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

<style>
 span { border-color: #9667BC; }

 span { border-color: rgb(150,103,188); }

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