Html Css Color HEX #995BAD Deep Lilac

📋 copy color: '#995BAD'

red 153 ◦ green 91 ◦ blue 173

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

Shades of Deep Lilac #995BAD

Tints of Deep Lilac #995BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 36.69%
G = 21.82%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995BAD (or 0x995BAD) is known color: Deep Lilac. HEX triplet: 99, 5B and AD. RGB value is (153,91,173). Sum of RGB (Red+Green+Blue) = 153+91+173=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #995BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAD is #66A452. Grayscale: #767676. Windows color (decimal): -6726739 or 11361177. OLE color: 11361177.

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

Color convert

RGB 153 91 173 -
CMYK 0.12 0.47 0 0.32
HSL 285.37º 0.33% 0.52% -
HSV(B) 285.37º 0.47% 0.68% -
XYZ 24.42 17.27 41.58 -
YUV 118.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 153 91 173 0.12 0.47 0 0.32 285.37 0.33 0.52
Hex 99 5B AD C 2F 0 20 11D 21 34
Octal 231 133 255 14 57 0 40 435 41 64
Binary 10011001 1011011 10101101 1100 101111 0 100000 100011101 100001 110100

Color Harmonies of #995BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BAD

Black with #995BAD

Text Example


Text Example

White with #995BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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