Html Css Color HEX #995BBF Deep Lilac

📋 copy color: '#995BBF'

red 153 ◦ green 91 ◦ blue 191

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

Shades of Deep Lilac #995BBF

Tints of Deep Lilac #995BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 35.17%
G = 20.92%
B = 43.91%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995BBF (or 0x995BBF) is known color: Deep Lilac. HEX triplet: 99, 5B and BF. RGB value is (153,91,191). Sum of RGB (Red+Green+Blue) = 153+91+191=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #995BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBF is #66A440. Grayscale: #787878. Windows color (decimal): -6726721 or 12540825. OLE color: 12540825.

HSL color Cylindrical-coordinate representation of color #995BBF: hue angle of 277.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995BBF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 91 191 -
CMYK 0.20 0.52 0 0.25
HSL 277.2º 0.44% 0.55% -
HSV(B) 277.2º 0.52% 0.75% -
XYZ 26.28 18.02 51.38 -
YUV 120.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 153 91 191 0.20 0.52 0 0.25 277.2 0.44 0.55
Hex 99 5B BF 14 34 0 19 115 2C 37
Octal 231 133 277 24 64 0 31 425 54 67
Binary 10011001 1011011 10111111 10100 110100 0 11001 100010101 101100 110111

Color Harmonies of #995BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BBF

Black with #995BBF

Text Example


Text Example

White with #995BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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