Html Css Color HEX #964AA2 Violet Blue

📋 copy color: '#964AA2'

red 150 ◦ green 74 ◦ blue 162

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

Shades of Violet Blue #964AA2

Tints of Violet Blue #964AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 38.86%
G = 19.17%
B = 41.97%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#964AA2 (or 0x964AA2) is known color: Violet Blue. HEX triplet: 96, 4A and A2. RGB value is (150,74,162). Sum of RGB (Red+Green+Blue) = 150+74+162=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #964AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AA2 is #69B55D. Grayscale: #6A6A6A. Windows color (decimal): -6927710 or 10635926. OLE color: 10635926.

HSL color Cylindrical-coordinate representation of color #964AA2: hue angle of 291.82º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964AA2 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 74 162 -
CMYK 0.07 0.54 0 0.36
HSL 291.82º 0.37% 0.46% -
HSV(B) 291.82º 0.54% 0.64% -
XYZ 21.55 13.99 35.75 -
YUV 106.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 150 74 162 0.07 0.54 0 0.36 291.82 0.37 0.46
Hex 96 4A A2 7 36 0 24 124 25 2E
Octal 226 112 242 7 66 0 44 444 45 56
Binary 10010110 1001010 10100010 111 110110 0 100100 100100100 100101 101110

Color Harmonies of #964AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AA2

Black with #964AA2

Text Example


Text Example

White with #964AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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