Html Css Color HEX #964BB3 Deep Lilac

📋 copy color: '#964BB3'

red 150 ◦ green 75 ◦ blue 179

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

Shades of Deep Lilac #964BB3

Tints of Deep Lilac #964BB3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

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

R = 37.13%
G = 18.56%
B = 44.31%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#964BB3 (or 0x964BB3) is known color: Deep Lilac. HEX triplet: 96, 4B and B3. RGB value is (150,75,179). Sum of RGB (Red+Green+Blue) = 150+75+179=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #964BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BB3 is #69B44C. Grayscale: #6C6C6C. Windows color (decimal): -6927437 or 11750294. OLE color: 11750294.

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

Color convert

RGB 150 75 179 -
CMYK 0.16 0.58 0 0.30
HSL 283.27º 0.41% 0.5% -
HSV(B) 283.27º 0.58% 0.7% -
XYZ 23.23 14.77 44.27 -
YUV 109.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 150 75 179 0.16 0.58 0 0.30 283.27 0.41 0.5
Hex 96 4B B3 10 3A 0 1E 11B 29 32
Octal 226 113 263 20 72 0 36 433 51 62
Binary 10010110 1001011 10110011 10000 111010 0 11110 100011011 101001 110010

Color Harmonies of #964BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BB3

Black with #964BB3

Text Example


Text Example

White with #964BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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