Html Css Color HEX #994CBB Deep Lilac

📋 copy color: '#994CBB'

red 153 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #994CBB

Tints of Deep Lilac #994CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 36.78%
G = 18.27%
B = 44.95%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#994CBB (or 0x994CBB) is known color: Deep Lilac. HEX triplet: 99, 4C and BB. RGB value is (153,76,187). Sum of RGB (Red+Green+Blue) = 153+76+187=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #994CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBB is #66B344. Grayscale: #6F6F6F. Windows color (decimal): -6730565 or 12274841. OLE color: 12274841.

HSL color Cylindrical-coordinate representation of color #994CBB: hue angle of 281.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994CBB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 76 187 -
CMYK 0.18 0.59 0 0.27
HSL 281.62º 0.45% 0.52% -
HSV(B) 281.62º 0.59% 0.73% -
XYZ 24.69 15.53 48.71 -
YUV 111.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 153 76 187 0.18 0.59 0 0.27 281.62 0.45 0.52
Hex 99 4C BB 12 3B 0 1B 11A 2D 34
Octal 231 114 273 22 73 0 33 432 55 64
Binary 10011001 1001100 10111011 10010 111011 0 11011 100011010 101101 110100

Color Harmonies of #994CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CBB

Black with #994CBB

Text Example


Text Example

White with #994CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994CBB; }

 p { color: rgb(153,76,187); }

 H1.HeaderClassName
 {
   color: #994CBB;
 }
 .AnyTagClassName
 {
   color: #994CBB;
 }
</style>

background-color css

<style>
 a { background-color: #994CBB; }

 a { background-color: rgb(153,76,187); }

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

border-color css

<style>
 span { border-color: #994CBB; }

 span { border-color: rgb(153,76,187); }

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