Html Css Color HEX #964EBA Deep Lilac

📋 copy color: '#964EBA'

red 150 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #964EBA

Tints of Deep Lilac #964EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.84%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 36.23%
G = 18.84%
B = 44.93%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#964EBA (or 0x964EBA) is known color: Deep Lilac. HEX triplet: 96, 4E and BA. RGB value is (150,78,186). Sum of RGB (Red+Green+Blue) = 150+78+186=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #964EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EBA is #69B145. Grayscale: #6F6F6F. Windows color (decimal): -6926662 or 12209814. OLE color: 12209814.

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

Color convert

RGB 150 78 186 -
CMYK 0.19 0.58 0 0.27
HSL 280º 0.44% 0.52% -
HSV(B) 280º 0.58% 0.73% -
XYZ 24.17 15.48 48.17 -
YUV 111.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 150 78 186 0.19 0.58 0 0.27 280 0.44 0.52
Hex 96 4E BA 13 3A 0 1B 118 2C 34
Octal 226 116 272 23 72 0 33 430 54 64
Binary 10010110 1001110 10111010 10011 111010 0 11011 100011000 101100 110100

Color Harmonies of #964EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964EBA

Black with #964EBA

Text Example


Text Example

White with #964EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,78,186); }

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

background-color css

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

 a { background-color: rgb(150,78,186); }

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

border-color css

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

 span { border-color: rgb(150,78,186); }

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