#9674CD

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

Shades of Lilac Bush #9674CD

Tints of Lilac Bush #9674CD

Color information

#9674CD (or 0x9674CD) is unknown color: approx Lilac Bush. HEX triplet: 96, 74 and CD. RGB value is (150,116,205). Sum of RGB (Red+Green+Blue) = 150+116+205=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9674CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674CD is #698B32. Grayscale: #878787. Windows color (decimal): -6916915 or 13464726. OLE color: 13464726.

HSL color Cylindrical-coordinate representation of color #9674CD: hue angle of 262.92º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9674CD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150116205-
CMYK0.270.4300.20
HSL262.92º47.09%62.94%-
HSV(B)262.92º43.41%80.39%-
XYZ29.8423.3860.7-
YUV136.31166.76137.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=31.85%
G=24.63%
B=43.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501162050.270.4300.20262.9247.0962.94
Hex9674CD1B2B0141072f3f
Octal22616431533530244075777
Binary1001011011101001100110111011101011010100100000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9674CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9674CD; }

 p { color: rgb(150,116,205); }

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

<style>
 a { background-color: #9674CD; }

 a { background-color: rgb(150,116,205); }

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

<style>
 span { border-color: #9674CD; }

 span { border-color: rgb(150,116,205); }

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