Html Css Color HEX #964FB8 Deep Lilac

📋 copy color: '#964FB8'

red 150 ◦ green 79 ◦ blue 184

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

Shades of Deep Lilac #964FB8

Tints of Deep Lilac #964FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 36.32%
G = 19.13%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#964FB8 (or 0x964FB8) is known color: Deep Lilac. HEX triplet: 96, 4F and B8. RGB value is (150,79,184). Sum of RGB (Red+Green+Blue) = 150+79+184=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #964FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FB8 is #69B047. Grayscale: #6F6F6F. Windows color (decimal): -6926408 or 12078998. OLE color: 12078998.

HSL color Cylindrical-coordinate representation of color #964FB8: hue angle of 280.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964FB8 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 79 184 -
CMYK 0.18 0.57 0 0.28
HSL 280.57º 0.43% 0.52% -
HSV(B) 280.57º 0.57% 0.72% -
XYZ 24.03 15.54 47.08 -
YUV 112.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 150 79 184 0.18 0.57 0 0.28 280.57 0.43 0.52
Hex 96 4F B8 12 39 0 1C 119 2B 34
Octal 226 117 270 22 71 0 34 431 53 64
Binary 10010110 1001111 10111000 10010 111001 0 11100 100011001 101011 110100

Color Harmonies of #964FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FB8

Black with #964FB8

Text Example


Text Example

White with #964FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,79,184); }

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

background-color css

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

 a { background-color: rgb(150,79,184); }

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

border-color css

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

 span { border-color: rgb(150,79,184); }

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