Html Css Color HEX #994796 Violet Blue

📋 copy color: '#994796'

red 153 ◦ green 71 ◦ blue 150

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

Shades of Violet Blue #994796

Tints of Violet Blue #994796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 40.91%
G = 18.98%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#994796 (or 0x994796) is known color: Violet Blue. HEX triplet: 99, 47 and 96. RGB value is (153,71,150). Sum of RGB (Red+Green+Blue) = 153+71+150=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994796 is #66B869. Grayscale: #686868. Windows color (decimal): -6731882 or 9848729. OLE color: 9848729.

HSL color Cylindrical-coordinate representation of color #994796: hue angle of 302.2º 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 #994796 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 71 150 -
CMYK 0 0.54 0.02 0.4
HSL 302.2º 0.37% 0.44% -
HSV(B) 302.2º 0.54% 0.6% -
XYZ 20.9 13.48 30.35 -
YUV 104.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 153 71 150 0 0.54 0.02 0.4 302.2 0.37 0.44
Hex 99 47 96 0 36 2 28 12E 25 2C
Octal 231 107 226 0 66 2 50 456 45 54
Binary 10011001 1000111 10010110 0 110110 10 101000 100101110 100101 101100

Color Harmonies of #994796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994796

Black with #994796

Text Example


Text Example

White with #994796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994796; }

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

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

background-color css

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

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

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

border-color css

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

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

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