Html Css Color HEX #9558AE Deep Lilac

📋 copy color: '#9558AE'

red 149 ◦ green 88 ◦ blue 174

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

Shades of Deep Lilac #9558AE

Tints of Deep Lilac #9558AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 36.25%
G = 21.41%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9558AE (or 0x9558AE) is known color: Deep Lilac. HEX triplet: 95, 58 and AE. RGB value is (149,88,174). Sum of RGB (Red+Green+Blue) = 149+88+174=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #9558AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558AE is #6AA751. Grayscale: #737373. Windows color (decimal): -6989650 or 11425941. OLE color: 11425941.

HSL color Cylindrical-coordinate representation of color #9558AE: hue angle of 282.56º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9558AE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 88 174 -
CMYK 0.14 0.49 0 0.32
HSL 282.56º 0.35% 0.51% -
HSV(B) 282.56º 0.49% 0.68% -
XYZ 23.52 16.43 41.97 -
YUV 116.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 149 88 174 0.14 0.49 0 0.32 282.56 0.35 0.51
Hex 95 58 AE E 31 0 20 11B 23 33
Octal 225 130 256 16 61 0 40 433 43 63
Binary 10010101 1011000 10101110 1110 110001 0 100000 100011011 100011 110011

Color Harmonies of #9558AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558AE

Black with #9558AE

Text Example


Text Example

White with #9558AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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