Html Css Color HEX #964899 Violet Blue

📋 copy color: '#964899'

red 150 ◦ green 72 ◦ blue 153

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

Shades of Violet Blue #964899

Tints of Violet Blue #964899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.2%

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

R = 40%
G = 19.2%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#964899 (or 0x964899) is known color: Violet Blue. HEX triplet: 96, 48 and 99. RGB value is (150,72,153). Sum of RGB (Red+Green+Blue) = 150+72+153=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #964899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964899 is #69B766. Grayscale: #686868. Windows color (decimal): -6928231 or 10045590. OLE color: 10045590.

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

Color convert

RGB 150 72 153 -
CMYK 0.02 0.53 0 0.4
HSL 297.78º 0.36% 0.44% -
HSV(B) 297.78º 0.53% 0.6% -
XYZ 20.64 13.42 31.64 -
YUV 104.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 150 72 153 0.02 0.53 0 0.4 297.78 0.36 0.44
Hex 96 48 99 2 35 0 28 12A 24 2C
Octal 226 110 231 2 65 0 50 452 44 54
Binary 10010110 1001000 10011001 10 110101 0 101000 100101010 100100 101100

Color Harmonies of #964899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964899

Black with #964899

Text Example


Text Example

White with #964899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964899; }

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

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

background-color css

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

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

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

border-color css

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

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

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