Html Css Color HEX #995BBB Deep Lilac

📋 copy color: '#995BBB'

red 153 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #995BBB

Tints of Deep Lilac #995BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 35.5%
G = 21.11%
B = 43.39%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#995BBB (or 0x995BBB) is known color: Deep Lilac. HEX triplet: 99, 5B and BB. RGB value is (153,91,187). Sum of RGB (Red+Green+Blue) = 153+91+187=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #995BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBB is #66A444. Grayscale: #787878. Windows color (decimal): -6726725 or 12278681. OLE color: 12278681.

HSL color Cylindrical-coordinate representation of color #995BBB: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995BBB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 91 187 -
CMYK 0.18 0.51 0 0.27
HSL 278.75º 0.41% 0.55% -
HSV(B) 278.75º 0.51% 0.73% -
XYZ 25.85 17.84 49.1 -
YUV 120.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 153 91 187 0.18 0.51 0 0.27 278.75 0.41 0.55
Hex 99 5B BB 12 33 0 1B 117 29 37
Octal 231 133 273 22 63 0 33 427 51 67
Binary 10011001 1011011 10111011 10010 110011 0 11011 100010111 101001 110111

Color Harmonies of #995BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BBB

Black with #995BBB

Text Example


Text Example

White with #995BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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