Html Css Color HEX #994BC8 Deep Lilac

📋 copy color: '#994BC8'

red 153 ◦ green 75 ◦ blue 200

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

Shades of Deep Lilac #994BC8

Tints of Deep Lilac #994BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 200 (78.52% from 255) = 46.73%

R = 35.75%
G = 17.52%
B = 46.73%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#994BC8 (or 0x994BC8) is known color: Deep Lilac. HEX triplet: 99, 4B and C8. RGB value is (153,75,200). Sum of RGB (Red+Green+Blue) = 153+75+200=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #994BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BC8 is #66B437. Grayscale: #707070. Windows color (decimal): -6730808 or 13126553. OLE color: 13126553.

HSL color Cylindrical-coordinate representation of color #994BC8: hue angle of 277.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994BC8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 75 200 -
CMYK 0.24 0.62 0 0.22
HSL 277.44º 0.53% 0.54% -
HSV(B) 277.44º 0.63% 0.78% -
XYZ 26.08 15.97 56.35 -
YUV 112.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 153 75 200 0.24 0.62 0 0.22 277.44 0.53 0.54
Hex 99 4B C8 18 3E 0 16 115 35 36
Octal 231 113 310 30 76 0 26 425 65 66
Binary 10011001 1001011 11001000 11000 111110 0 10110 100010101 110101 110110

Color Harmonies of #994BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BC8

Black with #994BC8

Text Example


Text Example

White with #994BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,200); }

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

background-color css

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

 a { background-color: rgb(153,75,200); }

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

border-color css

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

 span { border-color: rgb(153,75,200); }

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