Html Css Color HEX #964BAC Deep Lilac

📋 copy color: '#964BAC'

red 150 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #964BAC

Tints of Deep Lilac #964BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 37.78%
G = 18.89%
B = 43.32%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#964BAC (or 0x964BAC) is known color: Deep Lilac. HEX triplet: 96, 4B and AC. RGB value is (150,75,172). Sum of RGB (Red+Green+Blue) = 150+75+172=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #964BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BAC is #69B453. Grayscale: #6C6C6C. Windows color (decimal): -6927444 or 11291542. OLE color: 11291542.

HSL color Cylindrical-coordinate representation of color #964BAC: hue angle of 286.39º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964BAC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 75 172 -
CMYK 0.13 0.56 0 0.33
HSL 286.39º 0.39% 0.48% -
HSV(B) 286.39º 0.56% 0.67% -
XYZ 22.54 14.49 40.64 -
YUV 108.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 150 75 172 0.13 0.56 0 0.33 286.39 0.39 0.48
Hex 96 4B AC D 38 0 21 11E 27 30
Octal 226 113 254 15 70 0 41 436 47 60
Binary 10010110 1001011 10101100 1101 111000 0 100001 100011110 100111 110000

Color Harmonies of #964BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BAC

Black with #964BAC

Text Example


Text Example

White with #964BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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