Html Css Color HEX #98499C Violet Blue

📋 copy color: '#98499C'

red 152 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #98499C

Tints of Violet Blue #98499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 39.9%
G = 19.16%
B = 40.94%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98499C (or 0x98499C) is known color: Violet Blue. HEX triplet: 98, 49 and 9C. RGB value is (152,73,156). Sum of RGB (Red+Green+Blue) = 152+73+156=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #98499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98499C is #67B663. Grayscale: #696969. Windows color (decimal): -6796900 or 10242456. OLE color: 10242456.

HSL color Cylindrical-coordinate representation of color #98499C: hue angle of 297.11º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98499C is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 73 156 -
CMYK 0.03 0.53 0 0.39
HSL 297.11º 0.36% 0.45% -
HSV(B) 297.11º 0.53% 0.61% -
XYZ 21.33 13.84 33 -
YUV 106.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 152 73 156 0.03 0.53 0 0.39 297.11 0.36 0.45
Hex 98 49 9C 3 35 0 27 129 24 2D
Octal 230 111 234 3 65 0 47 451 44 55
Binary 10011000 1001001 10011100 11 110101 0 100111 100101001 100100 101101

Color Harmonies of #98499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98499C

Black with #98499C

Text Example


Text Example

White with #98499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98499C; }

 p { color: rgb(152,73,156); }

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

background-color css

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

 a { background-color: rgb(152,73,156); }

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

border-color css

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

 span { border-color: rgb(152,73,156); }

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