#9670CD

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

Shades of Lilac Bush #9670CD

Tints of Lilac Bush #9670CD

Color information

#9670CD (or 0x9670CD) is unknown color: approx Lilac Bush. HEX triplet: 96, 70 and CD. RGB value is (150,112,205). Sum of RGB (Red+Green+Blue) = 150+112+205=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #9670CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670CD is #698F32. Grayscale: #858585. Windows color (decimal): -6917939 or 13463702. OLE color: 13463702.

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

Color convert

RGB150112205-
CMYK0.270.4500.20
HSL264.52º48.19%62.16%-
HSV(B)264.52º45.37%80.39%-
XYZ29.3922.4860.55-
YUV133.96168.09139.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=32.12%
G=23.98%
B=43.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501122050.270.4500.20264.5248.1962.16
Hex9670CD1B2D014109303e
Octal22616031533550244116076
Binary1001011011100001100110111011101101010100100001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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