Html Css Color HEX #994798 Violet Blue

📋 copy color: '#994798'

red 153 ◦ green 71 ◦ blue 152

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

Shades of Violet Blue #994798

Tints of Violet Blue #994798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 40.69%
G = 18.88%
B = 40.43%

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

#994798 (or 0x994798) is known color: Violet Blue. HEX triplet: 99, 47 and 98. RGB value is (153,71,152). Sum of RGB (Red+Green+Blue) = 153+71+152=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #994798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994798 is #66B867. Grayscale: #686868. Windows color (decimal): -6731880 or 9979801. OLE color: 9979801.

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

Color convert

RGB 153 71 152 -
CMYK 0 0.54 0.01 0.4
HSL 300.73º 0.37% 0.44% -
HSV(B) 300.73º 0.54% 0.6% -
XYZ 21.06 13.55 31.21 -
YUV 104.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 153 71 152 0 0.54 0.01 0.4 300.73 0.37 0.44
Hex 99 47 98 0 36 1 28 12D 25 2C
Octal 231 107 230 0 66 1 50 455 45 54
Binary 10011001 1000111 10011000 0 110110 1 101000 100101101 100101 101100

Color Harmonies of #994798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994798

Black with #994798

Text Example


Text Example

White with #994798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994798; }

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

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

background-color css

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

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

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

border-color css

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

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

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