Html Css Color HEX #964DCD Deep Lilac

📋 copy color: '#964DCD'

red 150 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #964DCD

Tints of Deep Lilac #964DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.82%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 34.72%
G = 17.82%
B = 47.45%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#964DCD (or 0x964DCD) is known color: Deep Lilac. HEX triplet: 96, 4D and CD. RGB value is (150,77,205). Sum of RGB (Red+Green+Blue) = 150+77+205=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #964DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DCD is #69B232. Grayscale: #707070. Windows color (decimal): -6926899 or 13454742. OLE color: 13454742.

HSL color Cylindrical-coordinate representation of color #964DCD: hue angle of 274.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964DCD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 77 205 -
CMYK 0.27 0.62 0 0.20
HSL 274.22º 0.56% 0.55% -
HSV(B) 274.22º 0.62% 0.8% -
XYZ 26.25 16.2 59.5 -
YUV 113.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 150 77 205 0.27 0.62 0 0.20 274.22 0.56 0.55
Hex 96 4D CD 1B 3E 0 14 112 38 37
Octal 226 115 315 33 76 0 24 422 70 67
Binary 10010110 1001101 11001101 11011 111110 0 10100 100010010 111000 110111

Color Harmonies of #964DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DCD

Black with #964DCD

Text Example


Text Example

White with #964DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,205); }

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

background-color css

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

 a { background-color: rgb(150,77,205); }

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

border-color css

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

 span { border-color: rgb(150,77,205); }

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