#9671CA

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

Shades of Lilac Bush #9671CA

Tints of Lilac Bush #9671CA

Color information

#9671CA (or 0x9671CA) is unknown color: approx Lilac Bush. HEX triplet: 96, 71 and CA. RGB value is (150,113,202). Sum of RGB (Red+Green+Blue) = 150+113+202=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9671CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671CA is #698E35. Grayscale: #858585. Windows color (decimal): -6917686 or 13267350. OLE color: 13267350.

HSL color Cylindrical-coordinate representation of color #9671CA: hue angle of 264.94º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9671CA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150113202-
CMYK0.260.4400.21
HSL264.94º45.64%61.76%-
HSV(B)264.94º44.06%79.22%-
XYZ29.1422.5658.7-
YUV134.21166.26139.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=32.26%
G=24.30%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501132020.260.4400.21264.9445.6461.76
Hex9671CA1A2C0151092e3e
Octal22616131232540254115676
Binary1001011011100011100101011010101100010101100001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9671CA; }

 p { color: rgb(150,113,202); }

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

<style>
 a { background-color: #9671CA; }

 a { background-color: rgb(150,113,202); }

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

<style>
 span { border-color: #9671CA; }

 span { border-color: rgb(150,113,202); }

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