Html Css Color HEX #964AA7 Deep Lilac

📋 copy color: '#964AA7'

red 150 ◦ green 74 ◦ blue 167

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

Shades of Deep Lilac #964AA7

Tints of Deep Lilac #964AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.71%

R = 38.36%
G = 18.93%
B = 42.71%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#964AA7 (or 0x964AA7) is known color: Deep Lilac. HEX triplet: 96, 4A and A7. RGB value is (150,74,167). Sum of RGB (Red+Green+Blue) = 150+74+167=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #964AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AA7 is #69B558. Grayscale: #6B6B6B. Windows color (decimal): -6927705 or 10963606. OLE color: 10963606.

HSL color Cylindrical-coordinate representation of color #964AA7: hue angle of 289.03º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964AA7 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 74 167 -
CMYK 0.10 0.56 0 0.35
HSL 289.03º 0.39% 0.47% -
HSV(B) 289.03º 0.56% 0.65% -
XYZ 22 14.17 38.14 -
YUV 107.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 150 74 167 0.10 0.56 0 0.35 289.03 0.39 0.47
Hex 96 4A A7 A 38 0 23 121 27 2F
Octal 226 112 247 12 70 0 43 441 47 57
Binary 10010110 1001010 10100111 1010 111000 0 100011 100100001 100111 101111

Color Harmonies of #964AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AA7

Black with #964AA7

Text Example


Text Example

White with #964AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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