Html Css Color HEX #964796 Violet Blue

📋 copy color: '#964796'

red 150 ◦ green 71 ◦ blue 150

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

Shades of Violet Blue #964796

Tints of Violet Blue #964796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 40.43%
G = 19.14%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#964796 (or 0x964796) is known color: Violet Blue. HEX triplet: 96, 47 and 96. RGB value is (150,71,150). Sum of RGB (Red+Green+Blue) = 150+71+150=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #964796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964796 is #69B869. Grayscale: #676767. Windows color (decimal): -6928490 or 9848726. OLE color: 9848726.

HSL color Cylindrical-coordinate representation of color #964796: hue angle of 300º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964796 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 150 -
CMYK 0 0.53 0 0.41
HSL 300º 0.36% 0.43% -
HSV(B) 300º 0.53% 0.59% -
XYZ 20.34 13.19 30.33 -
YUV 103.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 150 71 150 0 0.53 0 0.41 300 0.36 0.43
Hex 96 47 96 0 35 0 29 12C 24 2B
Octal 226 107 226 0 65 0 51 454 44 53
Binary 10010110 1000111 10010110 0 110101 0 101001 100101100 100100 101011

Color Harmonies of #964796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964796

Black with #964796

Text Example


Text Example

White with #964796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964796; }

 p { color: rgb(150,71,150); }

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

background-color css

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

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

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

border-color css

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

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

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