Html Css Color HEX #9558BC Deep Lilac

📋 copy color: '#9558BC'

red 149 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #9558BC

Tints of Deep Lilac #9558BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 35.06%
G = 20.71%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9558BC (or 0x9558BC) is known color: Deep Lilac. HEX triplet: 95, 58 and BC. RGB value is (149,88,188). Sum of RGB (Red+Green+Blue) = 149+88+188=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #9558BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BC is #6AA743. Grayscale: #757575. Windows color (decimal): -6989636 or 12343445. OLE color: 12343445.

HSL color Cylindrical-coordinate representation of color #9558BC: hue angle of 276.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9558BC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 88 188 -
CMYK 0.21 0.53 0 0.26
HSL 276.6º 0.43% 0.54% -
HSV(B) 276.6º 0.53% 0.74% -
XYZ 24.96 17 49.54 -
YUV 117.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 149 88 188 0.21 0.53 0 0.26 276.6 0.43 0.54
Hex 95 58 BC 15 35 0 1A 115 2B 36
Octal 225 130 274 25 65 0 32 425 53 66
Binary 10010101 1011000 10111100 10101 110101 0 11010 100010101 101011 110110

Color Harmonies of #9558BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558BC

Black with #9558BC

Text Example


Text Example

White with #9558BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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