Html Css Color HEX #964699 Violet Blue

📋 copy color: '#964699'

red 150 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #964699

Tints of Violet Blue #964699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 40.21%
G = 18.77%
B = 41.02%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#964699 (or 0x964699) is known color: Violet Blue. HEX triplet: 96, 46 and 99. RGB value is (150,70,153). Sum of RGB (Red+Green+Blue) = 150+70+153=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #964699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964699 is #69B966. Grayscale: #676767. Windows color (decimal): -6928743 or 10045078. OLE color: 10045078.

HSL color Cylindrical-coordinate representation of color #964699: hue angle of 297.83º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964699 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 70 153 -
CMYK 0.02 0.54 0 0.4
HSL 297.83º 0.37% 0.44% -
HSV(B) 297.83º 0.54% 0.6% -
XYZ 20.52 13.16 31.6 -
YUV 103.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 150 70 153 0.02 0.54 0 0.4 297.83 0.37 0.44
Hex 96 46 99 2 36 0 28 12A 25 2C
Octal 226 106 231 2 66 0 50 452 45 54
Binary 10010110 1000110 10011001 10 110110 0 101000 100101010 100101 101100

Color Harmonies of #964699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964699

Black with #964699

Text Example


Text Example

White with #964699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964699; }

 p { color: rgb(150,70,153); }

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

background-color css

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

 a { background-color: rgb(150,70,153); }

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

border-color css

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

 span { border-color: rgb(150,70,153); }

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