Html Css Color HEX #9558B4 Deep Lilac

📋 copy color: '#9558B4'

red 149 ◦ green 88 ◦ blue 180

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

Shades of Deep Lilac #9558B4

Tints of Deep Lilac #9558B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 35.73%
G = 21.1%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9558B4 (or 0x9558B4) is known color: Deep Lilac. HEX triplet: 95, 58 and B4. RGB value is (149,88,180). Sum of RGB (Red+Green+Blue) = 149+88+180=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #9558B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558B4 is #6AA74B. Grayscale: #747474. Windows color (decimal): -6989644 or 11819157. OLE color: 11819157.

HSL color Cylindrical-coordinate representation of color #9558B4: hue angle of 279.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9558B4 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 88 180 -
CMYK 0.17 0.51 0 0.29
HSL 279.78º 0.38% 0.53% -
HSV(B) 279.78º 0.51% 0.71% -
XYZ 24.12 16.66 45.13 -
YUV 116.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 149 88 180 0.17 0.51 0 0.29 279.78 0.38 0.53
Hex 95 58 B4 11 33 0 1D 118 26 35
Octal 225 130 264 21 63 0 35 430 46 65
Binary 10010101 1011000 10110100 10001 110011 0 11101 100011000 100110 110101

Color Harmonies of #9558B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558B4

Black with #9558B4

Text Example


Text Example

White with #9558B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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