Html Css Color HEX #964795 Violet Blue

📋 copy color: '#964795'

red 150 ◦ green 71 ◦ blue 149

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

Shades of Violet Blue #964795

Tints of Violet Blue #964795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 40.54%
G = 19.19%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964795 (or 0x964795) is known color: Violet Blue. HEX triplet: 96, 47 and 95. RGB value is (150,71,149). Sum of RGB (Red+Green+Blue) = 150+71+149=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964795 is #69B86A. Grayscale: #676767. Windows color (decimal): -6928491 or 9783190. OLE color: 9783190.

HSL color Cylindrical-coordinate representation of color #964795: hue angle of 300.76º 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 #964795 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 149 -
CMYK 0 0.53 0.01 0.41
HSL 300.76º 0.36% 0.43% -
HSV(B) 300.76º 0.53% 0.59% -
XYZ 20.26 13.16 29.91 -
YUV 103.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 150 71 149 0 0.53 0.01 0.41 300.76 0.36 0.43
Hex 96 47 95 0 35 1 29 12D 24 2B
Octal 226 107 225 0 65 1 51 455 44 53
Binary 10010110 1000111 10010101 0 110101 1 101001 100101101 100100 101011

Color Harmonies of #964795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964795

Black with #964795

Text Example


Text Example

White with #964795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964795; }

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

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

background-color css

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

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

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

border-color css

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

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

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