Html Css Color HEX #995BC0 Deep Lilac

📋 copy color: '#995BC0'

red 153 ◦ green 91 ◦ blue 192

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

Shades of Deep Lilac #995BC0

Tints of Deep Lilac #995BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 35.09%
G = 20.87%
B = 44.04%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995BC0 (or 0x995BC0) is known color: Deep Lilac. HEX triplet: 99, 5B and C0. RGB value is (153,91,192). Sum of RGB (Red+Green+Blue) = 153+91+192=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #995BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BC0 is #66A43F. Grayscale: #787878. Windows color (decimal): -6726720 or 12606361. OLE color: 12606361.

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

Color convert

RGB 153 91 192 -
CMYK 0.20 0.53 0 0.25
HSL 276.83º 0.44% 0.55% -
HSV(B) 276.83º 0.53% 0.75% -
XYZ 26.39 18.06 51.96 -
YUV 121.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 153 91 192 0.20 0.53 0 0.25 276.83 0.44 0.55
Hex 99 5B C0 14 35 0 19 115 2C 37
Octal 231 133 300 24 65 0 31 425 54 67
Binary 10011001 1011011 11000000 10100 110101 0 11001 100010101 101100 110111

Color Harmonies of #995BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BC0

Black with #995BC0

Text Example


Text Example

White with #995BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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