Html Css Color HEX #98588C Violet Blue

📋 copy color: '#98588C'

red 152 ◦ green 88 ◦ blue 140

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

Shades of Violet Blue #98588C

Tints of Violet Blue #98588C

RGB

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

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

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

R = 40%
G = 23.16%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98588C (or 0x98588C) is known color: Violet Blue. HEX triplet: 98, 58 and 8C. RGB value is (152,88,140). Sum of RGB (Red+Green+Blue) = 152+88+140=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98588C is #67A773. Grayscale: #707070. Windows color (decimal): -6793076 or 9197720. OLE color: 9197720.

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

Color convert

RGB 152 88 140 -
CMYK 0 0.42 0.08 0.40
HSL 311.25º 0.27% 0.47% -
HSV(B) 311.25º 0.42% 0.6% -
XYZ 21.17 15.55 26.7 -
YUV 113.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 152 88 140 0 0.42 0.08 0.40 311.25 0.27 0.47
Hex 98 58 8C 0 2A 8 28 137 1B 2F
Octal 230 130 214 0 52 10 50 467 33 57
Binary 10011000 1011000 10001100 0 101010 1000 101000 100110111 11011 101111

Color Harmonies of #98588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98588C

Black with #98588C

Text Example


Text Example

White with #98588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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