Html Css Color HEX #995CBB Deep Lilac

📋 copy color: '#995CBB'

red 153 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #995CBB

Tints of Deep Lilac #995CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

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

R = 35.42%
G = 21.3%
B = 43.29%

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

#995CBB (or 0x995CBB) is known color: Deep Lilac. HEX triplet: 99, 5C and BB. RGB value is (153,92,187). Sum of RGB (Red+Green+Blue) = 153+92+187=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #995CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBB is #66A344. Grayscale: #787878. Windows color (decimal): -6726469 or 12278937. OLE color: 12278937.

HSL color Cylindrical-coordinate representation of color #995CBB: hue angle of 278.53º 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 #995CBB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 92 187 -
CMYK 0.18 0.51 0 0.27
HSL 278.53º 0.41% 0.55% -
HSV(B) 278.53º 0.51% 0.73% -
XYZ 25.93 18.01 49.12 -
YUV 121.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 153 92 187 0.18 0.51 0 0.27 278.53 0.41 0.55
Hex 99 5C BB 12 33 0 1B 117 29 37
Octal 231 134 273 22 63 0 33 427 51 67
Binary 10011001 1011100 10111011 10010 110011 0 11011 100010111 101001 110111

Color Harmonies of #995CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CBB

Black with #995CBB

Text Example


Text Example

White with #995CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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