Html Css Color HEX #964599 Violet Blue

📋 copy color: '#964599'

red 150 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #964599

Tints of Violet Blue #964599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

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

R = 40.32%
G = 18.55%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#964599 (or 0x964599) is known color: Violet Blue. HEX triplet: 96, 45 and 99. RGB value is (150,69,153). Sum of RGB (Red+Green+Blue) = 150+69+153=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #964599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964599 is #69BA66. Grayscale: #666666. Windows color (decimal): -6928999 or 10044822. OLE color: 10044822.

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

Color convert

RGB 150 69 153 -
CMYK 0.02 0.55 0 0.4
HSL 297.86º 0.38% 0.44% -
HSV(B) 297.86º 0.55% 0.6% -
XYZ 20.46 13.04 31.58 -
YUV 102.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 150 69 153 0.02 0.55 0 0.4 297.86 0.38 0.44
Hex 96 45 99 2 37 0 28 12A 26 2C
Octal 226 105 231 2 67 0 50 452 46 54
Binary 10010110 1000101 10011001 10 110111 0 101000 100101010 100110 101100

Color Harmonies of #964599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964599

Black with #964599

Text Example


Text Example

White with #964599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964599; }

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

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

background-color css

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

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

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

border-color css

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

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

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