Html Css Color HEX #964DBB Deep Lilac

📋 copy color: '#964DBB'

red 150 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #964DBB

Tints of Deep Lilac #964DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 36.23%
G = 18.6%
B = 45.17%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#964DBB (or 0x964DBB) is known color: Deep Lilac. HEX triplet: 96, 4D and BB. RGB value is (150,77,187). Sum of RGB (Red+Green+Blue) = 150+77+187=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #964DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DBB is #69B244. Grayscale: #6F6F6F. Windows color (decimal): -6926917 or 12275094. OLE color: 12275094.

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

Color convert

RGB 150 77 187 -
CMYK 0.20 0.59 0 0.27
HSL 279.82º 0.45% 0.52% -
HSV(B) 279.82º 0.59% 0.73% -
XYZ 24.2 15.38 48.71 -
YUV 111.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 150 77 187 0.20 0.59 0 0.27 279.82 0.45 0.52
Hex 96 4D BB 14 3B 0 1B 118 2D 34
Octal 226 115 273 24 73 0 33 430 55 64
Binary 10010110 1001101 10111011 10100 111011 0 11011 100011000 101101 110100

Color Harmonies of #964DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DBB

Black with #964DBB

Text Example


Text Example

White with #964DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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