Html Css Color HEX #964ABA Deep Lilac

📋 copy color: '#964ABA'

red 150 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #964ABA

Tints of Deep Lilac #964ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 36.59%
G = 18.05%
B = 45.37%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#964ABA (or 0x964ABA) is known color: Deep Lilac. HEX triplet: 96, 4A and BA. RGB value is (150,74,186). Sum of RGB (Red+Green+Blue) = 150+74+186=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #964ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ABA is #69B545. Grayscale: #6D6D6D. Windows color (decimal): -6927686 or 12208790. OLE color: 12208790.

HSL color Cylindrical-coordinate representation of color #964ABA: hue angle of 280.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964ABA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 74 186 -
CMYK 0.19 0.60 0 0.27
HSL 280.71º 0.45% 0.51% -
HSV(B) 280.71º 0.6% 0.73% -
XYZ 23.89 14.93 48.08 -
YUV 109.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 150 74 186 0.19 0.60 0 0.27 280.71 0.45 0.51
Hex 96 4A BA 13 3C 0 1B 119 2D 33
Octal 226 112 272 23 74 0 33 431 55 63
Binary 10010110 1001010 10111010 10011 111100 0 11011 100011001 101101 110011

Color Harmonies of #964ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ABA

Black with #964ABA

Text Example


Text Example

White with #964ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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