Html Css Color HEX #994B89 Violet Blue

📋 copy color: '#994B89'

red 153 ◦ green 75 ◦ blue 137

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

Shades of Violet Blue #994B89

Tints of Violet Blue #994B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

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

R = 41.92%
G = 20.55%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#994B89 (or 0x994B89) is known color: Violet Blue. HEX triplet: 99, 4B and 89. RGB value is (153,75,137). Sum of RGB (Red+Green+Blue) = 153+75+137=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B89 is #66B476. Grayscale: #696969. Windows color (decimal): -6730871 or 8997785. OLE color: 8997785.

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

Color convert

RGB 153 75 137 -
CMYK 0 0.51 0.10 0.4
HSL 312.31º 0.34% 0.45% -
HSV(B) 312.31º 0.51% 0.6% -
XYZ 20.17 13.61 25.23 -
YUV 105.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 153 75 137 0 0.51 0.10 0.4 312.31 0.34 0.45
Hex 99 4B 89 0 33 A 28 138 22 2D
Octal 231 113 211 0 63 12 50 470 42 55
Binary 10011001 1001011 10001001 0 110011 1010 101000 100111000 100010 101101

Color Harmonies of #994B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B89

Black with #994B89

Text Example


Text Example

White with #994B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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