Html Css Color HEX #964994 Violet Blue

📋 copy color: '#964994'

red 150 ◦ green 73 ◦ blue 148

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

Shades of Violet Blue #964994

Tints of Violet Blue #964994

RGB

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

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

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

R = 40.43%
G = 19.68%
B = 39.89%

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

#964994 (or 0x964994) is known color: Violet Blue. HEX triplet: 96, 49 and 94. RGB value is (150,73,148). Sum of RGB (Red+Green+Blue) = 150+73+148=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #964994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964994 is #69B66B. Grayscale: #686868. Windows color (decimal): -6927980 or 9718166. OLE color: 9718166.

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

Color convert

RGB 150 73 148 -
CMYK 0 0.51 0.01 0.41
HSL 301.56º 0.35% 0.44% -
HSV(B) 301.56º 0.51% 0.59% -
XYZ 20.31 13.39 29.53 -
YUV 104.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 150 73 148 0 0.51 0.01 0.41 301.56 0.35 0.44
Hex 96 49 94 0 33 1 29 12E 23 2C
Octal 226 111 224 0 63 1 51 456 43 54
Binary 10010110 1001001 10010100 0 110011 1 101001 100101110 100011 101100

Color Harmonies of #964994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964994

Black with #964994

Text Example


Text Example

White with #964994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964994; }

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

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

background-color css

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

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

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

border-color css

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

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

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