Html Css Color HEX #995CC1 Deep Lilac

📋 copy color: '#995CC1'

red 153 ◦ green 92 ◦ blue 193

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

Shades of Deep Lilac #995CC1

Tints of Deep Lilac #995CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 34.93%
G = 21%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#995CC1 (or 0x995CC1) is known color: Deep Lilac. HEX triplet: 99, 5C and C1. RGB value is (153,92,193). Sum of RGB (Red+Green+Blue) = 153+92+193=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #995CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CC1 is #66A33E. Grayscale: #797979. Windows color (decimal): -6726463 or 12672153. OLE color: 12672153.

HSL color Cylindrical-coordinate representation of color #995CC1: hue angle of 276.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995CC1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 92 193 -
CMYK 0.21 0.52 0 0.24
HSL 276.24º 0.45% 0.56% -
HSV(B) 276.24º 0.52% 0.76% -
XYZ 26.59 18.28 52.58 -
YUV 121.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 153 92 193 0.21 0.52 0 0.24 276.24 0.45 0.56
Hex 99 5C C1 15 34 0 18 114 2D 38
Octal 231 134 301 25 64 0 30 424 55 70
Binary 10011001 1011100 11000001 10101 110100 0 11000 100010100 101101 111000

Color Harmonies of #995CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CC1

Black with #995CC1

Text Example


Text Example

White with #995CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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