Html Css Color HEX #995CBC Deep Lilac

📋 copy color: '#995CBC'

red 153 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #995CBC

Tints of Deep Lilac #995CBC

RGB

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

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

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

R = 35.33%
G = 21.25%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#995CBC (or 0x995CBC) is known color: Deep Lilac. HEX triplet: 99, 5C and BC. RGB value is (153,92,188). Sum of RGB (Red+Green+Blue) = 153+92+188=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #995CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBC is #66A343. Grayscale: #787878. Windows color (decimal): -6726468 or 12344473. OLE color: 12344473.

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

Color convert

RGB 153 92 188 -
CMYK 0.19 0.51 0 0.26
HSL 278.13º 0.42% 0.55% -
HSV(B) 278.13º 0.51% 0.74% -
XYZ 26.04 18.06 49.69 -
YUV 121.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 153 92 188 0.19 0.51 0 0.26 278.13 0.42 0.55
Hex 99 5C BC 13 33 0 1A 116 2A 37
Octal 231 134 274 23 63 0 32 426 52 67
Binary 10011001 1011100 10111100 10011 110011 0 11010 100010110 101010 110111

Color Harmonies of #995CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CBC

Black with #995CBC

Text Example


Text Example

White with #995CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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