Html Css Color HEX #995FBC Deep Lilac

📋 copy color: '#995FBC'

red 153 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #995FBC

Tints of Deep Lilac #995FBC

RGB

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

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

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

R = 35.09%
G = 21.79%
B = 43.12%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#995FBC (or 0x995FBC) is known color: Deep Lilac. HEX triplet: 99, 5F and BC. RGB value is (153,95,188). Sum of RGB (Red+Green+Blue) = 153+95+188=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #995FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FBC is #66A043. Grayscale: #7A7A7A. Windows color (decimal): -6725700 or 12345241. OLE color: 12345241.

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

Color convert

RGB 153 95 188 -
CMYK 0.19 0.49 0 0.26
HSL 277.42º 0.41% 0.55% -
HSV(B) 277.42º 0.49% 0.74% -
XYZ 26.31 18.59 49.78 -
YUV 122.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 153 95 188 0.19 0.49 0 0.26 277.42 0.41 0.55
Hex 99 5F BC 13 31 0 1A 115 29 37
Octal 231 137 274 23 61 0 32 425 51 67
Binary 10011001 1011111 10111100 10011 110001 0 11010 100010101 101001 110111

Color Harmonies of #995FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FBC

Black with #995FBC

Text Example


Text Example

White with #995FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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