Html Css Color HEX #9958AC Deep Lilac

📋 copy color: '#9958AC'

red 153 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9958AC

Tints of Deep Lilac #9958AC

RGB

 RED value IS 153 (60.16% from 255) = 37.05%

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 37.05%
G = 21.31%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9958AC (or 0x9958AC) is known color: Deep Lilac. HEX triplet: 99, 58 and AC. RGB value is (153,88,172). Sum of RGB (Red+Green+Blue) = 153+88+172=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #9958AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9958AC is #66A753. Grayscale: #747474. Windows color (decimal): -6727508 or 11294873. OLE color: 11294873.

HSL color Cylindrical-coordinate representation of color #9958AC: hue angle of 286.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9958AC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 88 172 -
CMYK 0.11 0.49 0 0.33
HSL 286.43º 0.34% 0.51% -
HSV(B) 286.43º 0.49% 0.67% -
XYZ 24.07 16.73 40.99 -
YUV 117.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 153 88 172 0.11 0.49 0 0.33 286.43 0.34 0.51
Hex 99 58 AC B 31 0 21 11E 22 33
Octal 231 130 254 13 61 0 41 436 42 63
Binary 10011001 1011000 10101100 1011 110001 0 100001 100011110 100010 110011

Color Harmonies of #9958AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9958AC

Black with #9958AC

Text Example


Text Example

White with #9958AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9958AC; }

 p { color: rgb(153,88,172); }

 H1.HeaderClassName
 {
   color: #9958AC;
 }
 .AnyTagClassName
 {
   color: #9958AC;
 }
</style>

background-color css

<style>
 a { background-color: #9958AC; }

 a { background-color: rgb(153,88,172); }

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

border-color css

<style>
 span { border-color: #9958AC; }

 span { border-color: rgb(153,88,172); }

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