Html Css Color HEX #98588D Violet Blue

📋 copy color: '#98588D'

red 152 ◦ green 88 ◦ blue 141

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

Shades of Violet Blue #98588D

Tints of Violet Blue #98588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 39.9%
G = 23.1%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98588D (or 0x98588D) is known color: Violet Blue. HEX triplet: 98, 58 and 8D. RGB value is (152,88,141). Sum of RGB (Red+Green+Blue) = 152+88+141=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98588D is #67A772. Grayscale: #717171. Windows color (decimal): -6793075 or 9263256. OLE color: 9263256.

HSL color Cylindrical-coordinate representation of color #98588D: hue angle of 310.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98588D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 141 -
CMYK 0 0.42 0.07 0.40
HSL 310.31º 0.27% 0.47% -
HSV(B) 310.31º 0.42% 0.6% -
XYZ 21.25 15.58 27.09 -
YUV 113.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 152 88 141 0 0.42 0.07 0.40 310.31 0.27 0.47
Hex 98 58 8D 0 2A 7 28 136 1B 2F
Octal 230 130 215 0 52 7 50 466 33 57
Binary 10011000 1011000 10001101 0 101010 111 101000 100110110 11011 101111

Color Harmonies of #98588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98588D

Black with #98588D

Text Example


Text Example

White with #98588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98588D; }

 p { color: rgb(152,88,141); }

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

background-color css

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

 a { background-color: rgb(152,88,141); }

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

border-color css

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

 span { border-color: rgb(152,88,141); }

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