Html Css Color HEX #995ABC Deep Lilac

📋 copy color: '#995ABC'

red 153 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #995ABC

Tints of Deep Lilac #995ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

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

R = 35.5%
G = 20.88%
B = 43.62%

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

#995ABC (or 0x995ABC) is known color: Deep Lilac. HEX triplet: 99, 5A and BC. RGB value is (153,90,188). Sum of RGB (Red+Green+Blue) = 153+90+188=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #995ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABC is #66A543. Grayscale: #777777. Windows color (decimal): -6726980 or 12343961. OLE color: 12343961.

HSL color Cylindrical-coordinate representation of color #995ABC: hue angle of 278.57º 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 #995ABC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 90 188 -
CMYK 0.19 0.52 0 0.26
HSL 278.57º 0.42% 0.55% -
HSV(B) 278.57º 0.52% 0.74% -
XYZ 25.87 17.72 49.63 -
YUV 120.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 153 90 188 0.19 0.52 0 0.26 278.57 0.42 0.55
Hex 99 5A BC 13 34 0 1A 117 2A 37
Octal 231 132 274 23 64 0 32 427 52 67
Binary 10011001 1011010 10111100 10011 110100 0 11010 100010111 101010 110111

Color Harmonies of #995ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ABC

Black with #995ABC

Text Example


Text Example

White with #995ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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