Html Css Color HEX #9558BE Deep Lilac

📋 copy color: '#9558BE'

red 149 ◦ green 88 ◦ blue 190

#9558BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9558BE

Tints of Deep Lilac #9558BE

RGB

 RED value IS 149 (58.59% from 255) = 34.89%

 GREEN value IS 88 (34.77% from 255) = 20.61%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 34.89%
G = 20.61%
B = 44.5%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9558BE (or 0x9558BE) is known color: Deep Lilac. HEX triplet: 95, 58 and BE. RGB value is (149,88,190). Sum of RGB (Red+Green+Blue) = 149+88+190=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9558BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BE is #6AA741. Grayscale: #757575. Windows color (decimal): -6989634 or 12474517. OLE color: 12474517.

HSL color Cylindrical-coordinate representation of color #9558BE: hue angle of 275.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9558BE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 88 190 -
CMYK 0.22 0.54 0 0.25
HSL 275.88º 0.44% 0.55% -
HSV(B) 275.88º 0.54% 0.75% -
XYZ 25.18 17.09 50.69 -
YUV 117.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 149 88 190 0.22 0.54 0 0.25 275.88 0.44 0.55
Hex 95 58 BE 16 36 0 19 114 2C 37
Octal 225 130 276 26 66 0 31 424 54 67
Binary 10010101 1011000 10111110 10110 110110 0 11001 100010100 101100 110111

Color Harmonies of #9558BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558BE

Black with #9558BE

Text Example


Text Example

White with #9558BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9558BE;
 }
 .AnyTagClassName
 {
   color: #9558BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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