Html Css Color HEX #995CB5 Deep Lilac

📋 copy color: '#995CB5'

red 153 ◦ green 92 ◦ blue 181

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

Shades of Deep Lilac #995CB5

Tints of Deep Lilac #995CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 35.92%
G = 21.6%
B = 42.49%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#995CB5 (or 0x995CB5) is known color: Deep Lilac. HEX triplet: 99, 5C and B5. RGB value is (153,92,181). Sum of RGB (Red+Green+Blue) = 153+92+181=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #995CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CB5 is #66A34A. Grayscale: #787878. Windows color (decimal): -6726475 or 11885721. OLE color: 11885721.

HSL color Cylindrical-coordinate representation of color #995CB5: hue angle of 281.12º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995CB5 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 92 181 -
CMYK 0.15 0.49 0 0.29
HSL 281.12º 0.38% 0.54% -
HSV(B) 281.12º 0.49% 0.71% -
XYZ 25.3 17.76 45.81 -
YUV 120.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 153 92 181 0.15 0.49 0 0.29 281.12 0.38 0.54
Hex 99 5C B5 F 31 0 1D 119 26 36
Octal 231 134 265 17 61 0 35 431 46 66
Binary 10011001 1011100 10110101 1111 110001 0 11101 100011001 100110 110110

Color Harmonies of #995CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CB5

Black with #995CB5

Text Example


Text Example

White with #995CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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