#9B74CB

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

Shades of Lilac Bush #9B74CB

Tints of Lilac Bush #9B74CB

Color information

#9B74CB (or 0x9B74CB) is unknown color: approx Lilac Bush. HEX triplet: 9B, 74 and CB. RGB value is (155,116,203). Sum of RGB (Red+Green+Blue) = 155+116+203=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74CB is #648B34. Grayscale: #898989. Windows color (decimal): -6589237 or 13333659. OLE color: 13333659.

HSL color Cylindrical-coordinate representation of color #9B74CB: hue angle of 266.9º degrees, saturation: 0.46, 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 #9B74CB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155116203-
CMYK0.240.4300.20
HSL266.9º45.55%62.55%-
HSV(B)266.9º42.86%79.61%-
XYZ30.5423.7759.48-
YUV137.58164.92140.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=32.70%
G=24.47%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551162030.240.4300.20266.945.5562.55
Hex9B74CB182B01410b2e3f
Octal23316431330530244135677
Binary1001101111101001100101111000101011010100100001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B74CB; }

 p { color: rgb(155,116,203); }

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

<style>
 a { background-color: #9B74CB; }

 a { background-color: rgb(155,116,203); }

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

<style>
 span { border-color: #9B74CB; }

 span { border-color: rgb(155,116,203); }

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