Html Css Color HEX #98598C Violet Blue

📋 copy color: '#98598C'

red 152 ◦ green 89 ◦ blue 140

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

Shades of Violet Blue #98598C

Tints of Violet Blue #98598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 39.9%
G = 23.36%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98598C (or 0x98598C) is known color: Violet Blue. HEX triplet: 98, 59 and 8C. RGB value is (152,89,140). Sum of RGB (Red+Green+Blue) = 152+89+140=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98598C is #67A673. Grayscale: #717171. Windows color (decimal): -6792820 or 9197976. OLE color: 9197976.

HSL color Cylindrical-coordinate representation of color #98598C: hue angle of 311.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98598C is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 140 -
CMYK 0 0.41 0.08 0.40
HSL 311.43º 0.26% 0.47% -
HSV(B) 311.43º 0.41% 0.6% -
XYZ 21.25 15.71 26.72 -
YUV 113.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 152 89 140 0 0.41 0.08 0.40 311.43 0.26 0.47
Hex 98 59 8C 0 29 8 28 137 1A 2F
Octal 230 131 214 0 51 10 50 467 32 57
Binary 10011000 1011001 10001100 0 101001 1000 101000 100110111 11010 101111

Color Harmonies of #98598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98598C

Black with #98598C

Text Example


Text Example

White with #98598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,89,140); }

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

background-color css

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

 a { background-color: rgb(152,89,140); }

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

border-color css

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

 span { border-color: rgb(152,89,140); }

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