Html Css Color HEX #994898 Violet Blue

📋 copy color: '#994898'

red 153 ◦ green 72 ◦ blue 152

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

Shades of Violet Blue #994898

Tints of Violet Blue #994898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 40.58%
G = 19.1%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#994898 (or 0x994898) is known color: Violet Blue. HEX triplet: 99, 48 and 98. RGB value is (153,72,152). Sum of RGB (Red+Green+Blue) = 153+72+152=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #994898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994898 is #66B767. Grayscale: #696969. Windows color (decimal): -6731624 or 9980057. OLE color: 9980057.

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

Color convert

RGB 153 72 152 -
CMYK 0 0.53 0.01 0.4
HSL 300.74º 0.36% 0.44% -
HSV(B) 300.74º 0.53% 0.6% -
XYZ 21.12 13.67 31.23 -
YUV 105.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 153 72 152 0 0.53 0.01 0.4 300.74 0.36 0.44
Hex 99 48 98 0 35 1 28 12D 24 2C
Octal 231 110 230 0 65 1 50 455 44 54
Binary 10011001 1001000 10011000 0 110101 1 101000 100101101 100100 101100

Color Harmonies of #994898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994898

Black with #994898

Text Example


Text Example

White with #994898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994898; }

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

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

background-color css

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

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

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

border-color css

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

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

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