Html Css Color HEX #994F89 Violet Blue

📋 copy color: '#994F89'

red 153 ◦ green 79 ◦ blue 137

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

Shades of Violet Blue #994F89

Tints of Violet Blue #994F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 41.46%
G = 21.41%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#994F89 (or 0x994F89) is known color: Violet Blue. HEX triplet: 99, 4F and 89. RGB value is (153,79,137). Sum of RGB (Red+Green+Blue) = 153+79+137=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F89 is #66B076. Grayscale: #6B6B6B. Windows color (decimal): -6729847 or 8998809. OLE color: 8998809.

HSL color Cylindrical-coordinate representation of color #994F89: hue angle of 312.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F89 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 137 -
CMYK 0 0.48 0.10 0.4
HSL 312.97º 0.32% 0.45% -
HSV(B) 312.97º 0.48% 0.6% -
XYZ 20.45 14.17 25.32 -
YUV 107.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 153 79 137 0 0.48 0.10 0.4 312.97 0.32 0.45
Hex 99 4F 89 0 30 A 28 139 20 2D
Octal 231 117 211 0 60 12 50 471 40 55
Binary 10011001 1001111 10001001 0 110000 1010 101000 100111001 100000 101101

Color Harmonies of #994F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F89

Black with #994F89

Text Example


Text Example

White with #994F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994F89; }

 p { color: rgb(153,79,137); }

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

background-color css

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

 a { background-color: rgb(153,79,137); }

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

border-color css

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

 span { border-color: rgb(153,79,137); }

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