Html Css Color HEX #995FBB Deep Lilac

📋 copy color: '#995FBB'

red 153 ◦ green 95 ◦ blue 187

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

Shades of Deep Lilac #995FBB

Tints of Deep Lilac #995FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.84%

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

R = 35.17%
G = 21.84%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#995FBB (or 0x995FBB) is known color: Deep Lilac. HEX triplet: 99, 5F and BB. RGB value is (153,95,187). Sum of RGB (Red+Green+Blue) = 153+95+187=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #995FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FBB is #66A044. Grayscale: #7A7A7A. Windows color (decimal): -6725701 or 12279705. OLE color: 12279705.

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

Color convert

RGB 153 95 187 -
CMYK 0.18 0.49 0 0.27
HSL 277.83º 0.4% 0.55% -
HSV(B) 277.83º 0.49% 0.73% -
XYZ 26.2 18.54 49.21 -
YUV 122.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 153 95 187 0.18 0.49 0 0.27 277.83 0.4 0.55
Hex 99 5F BB 12 31 0 1B 116 28 37
Octal 231 137 273 22 61 0 33 426 50 67
Binary 10011001 1011111 10111011 10010 110001 0 11011 100010110 101000 110111

Color Harmonies of #995FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FBB

Black with #995FBB

Text Example


Text Example

White with #995FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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