#9558C1

Color #9558C1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9558C1

Tints of Deep Lilac #9558C1

Color information

#9558C1 (or 0x9558C1) is unknown color: approx Deep Lilac. HEX triplet: 95, 58 and C1. RGB value is (149,88,193). Sum of RGB (Red+Green+Blue) = 149+88+193=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #9558C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558C1 is #6AA73E. Grayscale: #757575. Windows color (decimal): -6989631 or 12671125. OLE color: 12671125.

HSL color Cylindrical-coordinate representation of color #9558C1: hue angle of 274.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9558C1 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14988193-
CMYK0.230.5400.24
HSL274.86º45.85%55.1%-
HSV(B)274.86º54.4%75.69%-
XYZ25.5117.2252.43-
YUV118.21170.21149.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 88 (34.77% from 255) = 20.47%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=34.65%
G=20.47%
B=44.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149881930.230.5400.24274.8645.8555.1
Hex9558C117360181132e37
Octal22513030127660304235667
Binary1001010110110001100000110111110110011000100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9558C1; }

 p { color: rgb(149,88,193); }

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

<style>
 a { background-color: #9558C1; }

 a { background-color: rgb(149,88,193); }

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

<style>
 span { border-color: #9558C1; }

 span { border-color: rgb(149,88,193); }

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