Html Css Color HEX #9958AB Deep Lilac

📋 copy color: '#9958AB'

red 153 ◦ green 88 ◦ blue 171

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

Shades of Deep Lilac #9958AB

Tints of Deep Lilac #9958AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 37.14%
G = 21.36%
B = 41.5%

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

#9958AB (or 0x9958AB) is known color: Deep Lilac. HEX triplet: 99, 58 and AB. RGB value is (153,88,171). Sum of RGB (Red+Green+Blue) = 153+88+171=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9958AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9958AB is #66A754. Grayscale: #747474. Windows color (decimal): -6727509 or 11229337. OLE color: 11229337.

HSL color Cylindrical-coordinate representation of color #9958AB: hue angle of 286.99º degrees, saturation: 0.33, 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 #9958AB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 88 171 -
CMYK 0.11 0.49 0 0.33
HSL 286.99º 0.33% 0.51% -
HSV(B) 286.99º 0.49% 0.67% -
XYZ 23.98 16.69 40.49 -
YUV 116.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 153 88 171 0.11 0.49 0 0.33 286.99 0.33 0.51
Hex 99 58 AB B 31 0 21 11F 21 33
Octal 231 130 253 13 61 0 41 437 41 63
Binary 10011001 1011000 10101011 1011 110001 0 100001 100011111 100001 110011

Color Harmonies of #9958AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9958AB

Black with #9958AB

Text Example


Text Example

White with #9958AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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