Html Css Color HEX #964995 Violet Blue

📋 copy color: '#964995'

red 150 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #964995

Tints of Violet Blue #964995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

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

R = 40.32%
G = 19.62%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964995 (or 0x964995) is known color: Violet Blue. HEX triplet: 96, 49 and 95. RGB value is (150,73,149). Sum of RGB (Red+Green+Blue) = 150+73+149=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #964995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964995 is #69B66A. Grayscale: #686868. Windows color (decimal): -6927979 or 9783702. OLE color: 9783702.

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

Color convert

RGB 150 73 149 -
CMYK 0 0.51 0.01 0.41
HSL 300.78º 0.35% 0.44% -
HSV(B) 300.78º 0.51% 0.59% -
XYZ 20.39 13.42 29.95 -
YUV 104.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 150 73 149 0 0.51 0.01 0.41 300.78 0.35 0.44
Hex 96 49 95 0 33 1 29 12D 23 2C
Octal 226 111 225 0 63 1 51 455 43 54
Binary 10010110 1001001 10010101 0 110011 1 101001 100101101 100011 101100

Color Harmonies of #964995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964995

Black with #964995

Text Example


Text Example

White with #964995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964995; }

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

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

background-color css

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

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

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

border-color css

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

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

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