Html Css Color HEX #98518E Violet Blue

📋 copy color: '#98518E'

red 152 ◦ green 81 ◦ blue 142

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

Shades of Violet Blue #98518E

Tints of Violet Blue #98518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 40.53%
G = 21.6%
B = 37.87%

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

#98518E (or 0x98518E) is known color: Violet Blue. HEX triplet: 98, 51 and 8E. RGB value is (152,81,142). Sum of RGB (Red+Green+Blue) = 152+81+142=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98518E is #67AE71. Grayscale: #6D6D6D. Windows color (decimal): -6794866 or 9327000. OLE color: 9327000.

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

Color convert

RGB 152 81 142 -
CMYK 0 0.47 0.07 0.40
HSL 308.45º 0.3% 0.46% -
HSV(B) 308.45º 0.47% 0.6% -
XYZ 20.77 14.51 27.3 -
YUV 109.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 152 81 142 0 0.47 0.07 0.40 308.45 0.3 0.46
Hex 98 51 8E 0 2F 7 28 134 1E 2E
Octal 230 121 216 0 57 7 50 464 36 56
Binary 10011000 1010001 10001110 0 101111 111 101000 100110100 11110 101110

Color Harmonies of #98518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98518E

Black with #98518E

Text Example


Text Example

White with #98518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98518E; }

 p { color: rgb(152,81,142); }

 H1.HeaderClassName
 {
   color: #98518E;
 }
 .AnyTagClassName
 {
   color: #98518E;
 }
</style>

background-color css

<style>
 a { background-color: #98518E; }

 a { background-color: rgb(152,81,142); }

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

border-color css

<style>
 span { border-color: #98518E; }

 span { border-color: rgb(152,81,142); }

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