Html Css Color HEX #964CCE Deep Lilac

📋 copy color: '#964CCE'

red 150 ◦ green 76 ◦ blue 206

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

Shades of Deep Lilac #964CCE

Tints of Deep Lilac #964CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 34.72%
G = 17.59%
B = 47.69%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964CCE (or 0x964CCE) is known color: Deep Lilac. HEX triplet: 96, 4C and CE. RGB value is (150,76,206). Sum of RGB (Red+Green+Blue) = 150+76+206=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #964CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CCE is #69B331. Grayscale: #707070. Windows color (decimal): -6927154 or 13520022. OLE color: 13520022.

HSL color Cylindrical-coordinate representation of color #964CCE: hue angle of 274.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964CCE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 76 206 -
CMYK 0.27 0.63 0 0.19
HSL 274.15º 0.57% 0.55% -
HSV(B) 274.15º 0.63% 0.81% -
XYZ 26.3 16.11 60.12 -
YUV 112.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 150 76 206 0.27 0.63 0 0.19 274.15 0.57 0.55
Hex 96 4C CE 1B 3F 0 13 112 39 37
Octal 226 114 316 33 77 0 23 422 71 67
Binary 10010110 1001100 11001110 11011 111111 0 10011 100010010 111001 110111

Color Harmonies of #964CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CCE

Black with #964CCE

Text Example


Text Example

White with #964CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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