Html Css Color HEX #984499 Violet Blue

📋 copy color: '#984499'

red 152 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #984499

Tints of Violet Blue #984499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 40.75%
G = 18.23%
B = 41.02%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#984499 (or 0x984499) is known color: Violet Blue. HEX triplet: 98, 44 and 99. RGB value is (152,68,153). Sum of RGB (Red+Green+Blue) = 152+68+153=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #984499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984499 is #67BB66. Grayscale: #666666. Windows color (decimal): -6798183 or 10044568. OLE color: 10044568.

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

Color convert

RGB 152 68 153 -
CMYK 0.01 0.56 0 0.4
HSL 299.29º 0.38% 0.43% -
HSV(B) 299.29º 0.56% 0.6% -
XYZ 20.77 13.11 31.57 -
YUV 102.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 152 68 153 0.01 0.56 0 0.4 299.29 0.38 0.43
Hex 98 44 99 1 38 0 28 12B 26 2B
Octal 230 104 231 1 70 0 50 453 46 53
Binary 10011000 1000100 10011001 1 111000 0 101000 100101011 100110 101011

Color Harmonies of #984499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984499

Black with #984499

Text Example


Text Example

White with #984499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984499; }

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

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

background-color css

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

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

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

border-color css

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

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

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