Html Css Color HEX #964CB9 Deep Lilac

📋 copy color: '#964CB9'

red 150 ◦ green 76 ◦ blue 185

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

Shades of Deep Lilac #964CB9

Tints of Deep Lilac #964CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 36.5%
G = 18.49%
B = 45.01%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#964CB9 (or 0x964CB9) is known color: Deep Lilac. HEX triplet: 96, 4C and B9. RGB value is (150,76,185). Sum of RGB (Red+Green+Blue) = 150+76+185=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #964CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CB9 is #69B346. Grayscale: #6E6E6E. Windows color (decimal): -6927175 or 12143766. OLE color: 12143766.

HSL color Cylindrical-coordinate representation of color #964CB9: hue angle of 280.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964CB9 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 76 185 -
CMYK 0.19 0.59 0 0.27
HSL 280.73º 0.44% 0.51% -
HSV(B) 280.73º 0.59% 0.73% -
XYZ 23.92 15.16 47.56 -
YUV 110.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 150 76 185 0.19 0.59 0 0.27 280.73 0.44 0.51
Hex 96 4C B9 13 3B 0 1B 119 2C 33
Octal 226 114 271 23 73 0 33 431 54 63
Binary 10010110 1001100 10111001 10011 111011 0 11011 100011001 101100 110011

Color Harmonies of #964CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CB9

Black with #964CB9

Text Example


Text Example

White with #964CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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