Html Css Color HEX #984889 Violet Blue

📋 copy color: '#984889'

red 152 ◦ green 72 ◦ blue 137

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

Shades of Violet Blue #984889

Tints of Violet Blue #984889

RGB

 RED value IS 152 (59.77% from 255) = 42.11%

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

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

R = 42.11%
G = 19.94%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#984889 (or 0x984889) is known color: Violet Blue. HEX triplet: 98, 48 and 89. RGB value is (152,72,137). Sum of RGB (Red+Green+Blue) = 152+72+137=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984889 is #67B776. Grayscale: #676767. Windows color (decimal): -6797175 or 8997016. OLE color: 8997016.

HSL color Cylindrical-coordinate representation of color #984889: hue angle of 311.25º 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 #984889 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 137 -
CMYK 0 0.53 0.10 0.40
HSL 311.25º 0.36% 0.44% -
HSV(B) 311.25º 0.53% 0.6% -
XYZ 19.78 13.12 25.16 -
YUV 103.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 152 72 137 0 0.53 0.10 0.40 311.25 0.36 0.44
Hex 98 48 89 0 35 A 28 137 24 2C
Octal 230 110 211 0 65 12 50 467 44 54
Binary 10011000 1001000 10001001 0 110101 1010 101000 100110111 100100 101100

Color Harmonies of #984889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984889

Black with #984889

Text Example


Text Example

White with #984889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984889; }

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

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

background-color css

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

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

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

border-color css

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

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

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