Html Css Color HEX #995BAC Deep Lilac

📋 copy color: '#995BAC'

red 153 ◦ green 91 ◦ blue 172

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

Shades of Deep Lilac #995BAC

Tints of Deep Lilac #995BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

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

R = 36.78%
G = 21.88%
B = 41.35%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#995BAC (or 0x995BAC) is known color: Deep Lilac. HEX triplet: 99, 5B and AC. RGB value is (153,91,172). Sum of RGB (Red+Green+Blue) = 153+91+172=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #995BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAC is #66A453. Grayscale: #767676. Windows color (decimal): -6726740 or 11295641. OLE color: 11295641.

HSL color Cylindrical-coordinate representation of color #995BAC: hue angle of 285.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995BAC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 91 172 -
CMYK 0.11 0.47 0 0.33
HSL 285.93º 0.33% 0.52% -
HSV(B) 285.93º 0.47% 0.67% -
XYZ 24.32 17.23 41.07 -
YUV 118.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 153 91 172 0.11 0.47 0 0.33 285.93 0.33 0.52
Hex 99 5B AC B 2F 0 21 11E 21 34
Octal 231 133 254 13 57 0 41 436 41 64
Binary 10011001 1011011 10101100 1011 101111 0 100001 100011110 100001 110100

Color Harmonies of #995BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BAC

Black with #995BAC

Text Example


Text Example

White with #995BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995BAC; }

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

 H1.HeaderClassName
 {
   color: #995BAC;
 }
 .AnyTagClassName
 {
   color: #995BAC;
 }
</style>

background-color css

<style>
 a { background-color: #995BAC; }

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

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

border-color css

<style>
 span { border-color: #995BAC; }

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

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