#9B75C9

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

Shades of Lilac Bush #9B75C9

Tints of Lilac Bush #9B75C9

Color information

#9B75C9 (or 0x9B75C9) is unknown color: approx Lilac Bush. HEX triplet: 9B, 75 and C9. RGB value is (155,117,201). Sum of RGB (Red+Green+Blue) = 155+117+201=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #9B75C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75C9 is #648A36. Grayscale: #898989. Windows color (decimal): -6588983 or 13202843. OLE color: 13202843.

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

Color convert

RGB155117201-
CMYK0.230.4200.21
HSL267.14º43.75%62.35%-
HSV(B)267.14º41.79%78.82%-
XYZ30.4223.9158.27-
YUV137.94163.59140.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=32.77%
G=24.74%
B=42.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551172010.230.4200.21267.1443.7562.35
Hex9B75C9172A01510b2c3e
Octal23316531127520254135476
Binary1001101111101011100100110111101010010101100001011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,201); }

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

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

 a { background-color: rgb(155,117,201); }

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

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

 span { border-color: rgb(155,117,201); }

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