Html Css Color HEX #98508D Violet Blue

📋 copy color: '#98508D'

red 152 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #98508D

Tints of Violet Blue #98508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 40.75%
G = 21.45%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98508D (or 0x98508D) is known color: Violet Blue. HEX triplet: 98, 50 and 8D. RGB value is (152,80,141). Sum of RGB (Red+Green+Blue) = 152+80+141=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98508D is #67AF72. Grayscale: #6C6C6C. Windows color (decimal): -6795123 or 9261208. OLE color: 9261208.

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

Color convert

RGB 152 80 141 -
CMYK 0 0.47 0.07 0.40
HSL 309.17º 0.31% 0.45% -
HSV(B) 309.17º 0.47% 0.6% -
XYZ 20.63 14.34 26.88 -
YUV 108.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 152 80 141 0 0.47 0.07 0.40 309.17 0.31 0.45
Hex 98 50 8D 0 2F 7 28 135 1F 2D
Octal 230 120 215 0 57 7 50 465 37 55
Binary 10011000 1010000 10001101 0 101111 111 101000 100110101 11111 101101

Color Harmonies of #98508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98508D

Black with #98508D

Text Example


Text Example

White with #98508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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