Html Css Color HEX #98588F Violet Blue

📋 copy color: '#98588F'

red 152 ◦ green 88 ◦ blue 143

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

Shades of Violet Blue #98588F

Tints of Violet Blue #98588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 39.69%
G = 22.98%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98588F (or 0x98588F) is known color: Violet Blue. HEX triplet: 98, 58 and 8F. RGB value is (152,88,143). Sum of RGB (Red+Green+Blue) = 152+88+143=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #98588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98588F is #67A770. Grayscale: #717171. Windows color (decimal): -6793073 or 9394328. OLE color: 9394328.

HSL color Cylindrical-coordinate representation of color #98588F: hue angle of 308.44º 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 #98588F is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 143 -
CMYK 0 0.42 0.06 0.40
HSL 308.44º 0.27% 0.47% -
HSV(B) 308.44º 0.42% 0.6% -
XYZ 21.4 15.64 27.88 -
YUV 113.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 152 88 143 0 0.42 0.06 0.40 308.44 0.27 0.47
Hex 98 58 8F 0 2A 6 28 134 1B 2F
Octal 230 130 217 0 52 6 50 464 33 57
Binary 10011000 1011000 10001111 0 101010 110 101000 100110100 11011 101111

Color Harmonies of #98588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98588F

Black with #98588F

Text Example


Text Example

White with #98588F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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