#9F75CB

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

Shades of Lilac Bush #9F75CB

Tints of Lilac Bush #9F75CB

Color information

#9F75CB (or 0x9F75CB) is unknown color: approx Lilac Bush. HEX triplet: 9F, 75 and CB. RGB value is (159,117,203). Sum of RGB (Red+Green+Blue) = 159+117+203=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75CB is #608A34. Grayscale: #8B8B8B. Windows color (decimal): -6326837 or 13333919. OLE color: 13333919.

HSL color Cylindrical-coordinate representation of color #9F75CB: hue angle of 269.3º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F75CB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159117203-
CMYK0.220.4200.20
HSL269.3º45.26%62.75%-
HSV(B)269.3º42.36%79.61%-
XYZ31.4424.4159.55-
YUV139.36163.91142.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=33.19%
G=24.43%
B=42.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591172030.220.4200.20269.345.2662.75
Hex9F75CB162A01410d2d3f
Octal23716531326520244155577
Binary1001111111101011100101110110101010010100100001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,203); }

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

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

 a { background-color: rgb(159,117,203); }

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

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

 span { border-color: rgb(159,117,203); }

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