Html Css Color HEX #995BBC Deep Lilac

📋 copy color: '#995BBC'

red 153 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #995BBC

Tints of Deep Lilac #995BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 35.42%
G = 21.06%
B = 43.52%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#995BBC (or 0x995BBC) is known color: Deep Lilac. HEX triplet: 99, 5B and BC. RGB value is (153,91,188). Sum of RGB (Red+Green+Blue) = 153+91+188=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #995BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBC is #66A443. Grayscale: #787878. Windows color (decimal): -6726724 or 12344217. OLE color: 12344217.

HSL color Cylindrical-coordinate representation of color #995BBC: hue angle of 278.35º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995BBC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 91 188 -
CMYK 0.19 0.52 0 0.26
HSL 278.35º 0.42% 0.55% -
HSV(B) 278.35º 0.52% 0.74% -
XYZ 25.96 17.89 49.66 -
YUV 120.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 153 91 188 0.19 0.52 0 0.26 278.35 0.42 0.55
Hex 99 5B BC 13 34 0 1A 116 2A 37
Octal 231 133 274 23 64 0 32 426 52 67
Binary 10011001 1011011 10111100 10011 110100 0 11010 100010110 101010 110111

Color Harmonies of #995BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BBC

Black with #995BBC

Text Example


Text Example

White with #995BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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