Html Css Color HEX #994790 Violet Blue

📋 copy color: '#994790'

red 153 ◦ green 71 ◦ blue 144

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

Shades of Violet Blue #994790

Tints of Violet Blue #994790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 41.58%
G = 19.29%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#994790 (or 0x994790) is known color: Violet Blue. HEX triplet: 99, 47 and 90. RGB value is (153,71,144). Sum of RGB (Red+Green+Blue) = 153+71+144=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994790 is #66B86F. Grayscale: #676767. Windows color (decimal): -6731888 or 9455513. OLE color: 9455513.

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

Color convert

RGB 153 71 144 -
CMYK 0 0.54 0.06 0.4
HSL 306.59º 0.37% 0.44% -
HSV(B) 306.59º 0.54% 0.6% -
XYZ 20.42 13.29 27.87 -
YUV 103.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 153 71 144 0 0.54 0.06 0.4 306.59 0.37 0.44
Hex 99 47 90 0 36 6 28 133 25 2C
Octal 231 107 220 0 66 6 50 463 45 54
Binary 10011001 1000111 10010000 0 110110 110 101000 100110011 100101 101100

Color Harmonies of #994790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994790

Black with #994790

Text Example


Text Example

White with #994790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994790; }

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

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

background-color css

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

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

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

border-color css

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

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

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