Html Css Color HEX #964DB3 Deep Lilac

📋 copy color: '#964DB3'

red 150 ◦ green 77 ◦ blue 179

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

Shades of Deep Lilac #964DB3

Tints of Deep Lilac #964DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 36.95%
G = 18.97%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#964DB3 (or 0x964DB3) is known color: Deep Lilac. HEX triplet: 96, 4D and B3. RGB value is (150,77,179). Sum of RGB (Red+Green+Blue) = 150+77+179=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #964DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DB3 is #69B24C. Grayscale: #6E6E6E. Windows color (decimal): -6926925 or 11750806. OLE color: 11750806.

HSL color Cylindrical-coordinate representation of color #964DB3: hue angle of 282.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964DB3 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 77 179 -
CMYK 0.16 0.57 0 0.30
HSL 282.94º 0.4% 0.5% -
HSV(B) 282.94º 0.57% 0.7% -
XYZ 23.37 15.05 44.32 -
YUV 110.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 150 77 179 0.16 0.57 0 0.30 282.94 0.4 0.5
Hex 96 4D B3 10 39 0 1E 11B 28 32
Octal 226 115 263 20 71 0 36 433 50 62
Binary 10010110 1001101 10110011 10000 111001 0 11110 100011011 101000 110010

Color Harmonies of #964DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DB3

Black with #964DB3

Text Example


Text Example

White with #964DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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