Html Css Color HEX #964CC8 Deep Lilac

📋 copy color: '#964CC8'

red 150 ◦ green 76 ◦ blue 200

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

Shades of Deep Lilac #964CC8

Tints of Deep Lilac #964CC8

RGB

 RED value IS 150 (58.98% from 255) = 35.21%

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

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

R = 35.21%
G = 17.84%
B = 46.95%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#964CC8 (or 0x964CC8) is known color: Deep Lilac. HEX triplet: 96, 4C and C8. RGB value is (150,76,200). Sum of RGB (Red+Green+Blue) = 150+76+200=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #964CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CC8 is #69B337. Grayscale: #6F6F6F. Windows color (decimal): -6927160 or 13126806. OLE color: 13126806.

HSL color Cylindrical-coordinate representation of color #964CC8: hue angle of 275.81º 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 #964CC8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 76 200 -
CMYK 0.25 0.62 0 0.22
HSL 275.81º 0.53% 0.54% -
HSV(B) 275.81º 0.62% 0.78% -
XYZ 25.59 15.82 56.35 -
YUV 112.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 150 76 200 0.25 0.62 0 0.22 275.81 0.53 0.54
Hex 96 4C C8 19 3E 0 16 114 35 36
Octal 226 114 310 31 76 0 26 424 65 66
Binary 10010110 1001100 11001000 11001 111110 0 10110 100010100 110101 110110

Color Harmonies of #964CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CC8

Black with #964CC8

Text Example


Text Example

White with #964CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964CC8; }

 p { color: rgb(150,76,200); }

 H1.HeaderClassName
 {
   color: #964CC8;
 }
 .AnyTagClassName
 {
   color: #964CC8;
 }
</style>

background-color css

<style>
 a { background-color: #964CC8; }

 a { background-color: rgb(150,76,200); }

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

border-color css

<style>
 span { border-color: #964CC8; }

 span { border-color: rgb(150,76,200); }

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