Html Css Color HEX #964594 Violet Blue

📋 copy color: '#964594'

red 150 ◦ green 69 ◦ blue 148

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

Shades of Violet Blue #964594

Tints of Violet Blue #964594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 40.87%
G = 18.8%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964594 (or 0x964594) is known color: Violet Blue. HEX triplet: 96, 45 and 94. RGB value is (150,69,148). Sum of RGB (Red+Green+Blue) = 150+69+148=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964594 is #69BA6B. Grayscale: #656565. Windows color (decimal): -6929004 or 9717142. OLE color: 9717142.

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

Color convert

RGB 150 69 148 -
CMYK 0 0.54 0.01 0.41
HSL 301.48º 0.37% 0.43% -
HSV(B) 301.48º 0.54% 0.59% -
XYZ 20.05 12.88 29.45 -
YUV 102.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 150 69 148 0 0.54 0.01 0.41 301.48 0.37 0.43
Hex 96 45 94 0 36 1 29 12D 25 2B
Octal 226 105 224 0 66 1 51 455 45 53
Binary 10010110 1000101 10010100 0 110110 1 101001 100101101 100101 101011

Color Harmonies of #964594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964594

Black with #964594

Text Example


Text Example

White with #964594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964594; }

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

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

background-color css

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

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

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

border-color css

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

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

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