Html Css Color HEX #994697 Violet Blue

📋 copy color: '#994697'

red 153 ◦ green 70 ◦ blue 151

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

Shades of Violet Blue #994697

Tints of Violet Blue #994697

RGB

 RED value IS 153 (60.16% from 255) = 40.91%

 GREEN value IS 70 (27.73% from 255) = 18.72%

 BLUE value IS 151 (59.38% from 255) = 40.37%

R = 40.91%
G = 18.72%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#994697 (or 0x994697) is known color: Violet Blue. HEX triplet: 99, 46 and 97. RGB value is (153,70,151). Sum of RGB (Red+Green+Blue) = 153+70+151=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994697 is #66B968. Grayscale: #676767. Windows color (decimal): -6732137 or 9914009. OLE color: 9914009.

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

Color convert

RGB 153 70 151 -
CMYK 0 0.54 0.01 0.4
HSL 301.45º 0.37% 0.44% -
HSV(B) 301.45º 0.54% 0.6% -
XYZ 20.91 13.39 30.76 -
YUV 104.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 153 70 151 0 0.54 0.01 0.4 301.45 0.37 0.44
Hex 99 46 97 0 36 1 28 12D 25 2C
Octal 231 106 227 0 66 1 50 455 45 54
Binary 10011001 1000110 10010111 0 110110 1 101000 100101101 100101 101100

Color Harmonies of #994697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994697

Black with #994697

Text Example


Text Example

White with #994697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994697; }

 p { color: rgb(153,70,151); }

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

background-color css

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

 a { background-color: rgb(153,70,151); }

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

border-color css

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

 span { border-color: rgb(153,70,151); }

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