Html Css Color HEX #98519D Violet Blue

📋 copy color: '#98519D'

red 152 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #98519D

Tints of Violet Blue #98519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 38.97%
G = 20.77%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98519D (or 0x98519D) is known color: Violet Blue. HEX triplet: 98, 51 and 9D. RGB value is (152,81,157). Sum of RGB (Red+Green+Blue) = 152+81+157=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #98519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98519D is #67AE62. Grayscale: #6E6E6E. Windows color (decimal): -6794851 or 10310040. OLE color: 10310040.

HSL color Cylindrical-coordinate representation of color #98519D: hue angle of 296.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98519D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 81 157 -
CMYK 0.03 0.48 0 0.38
HSL 296.05º 0.32% 0.47% -
HSV(B) 296.05º 0.48% 0.62% -
XYZ 21.98 14.99 33.63 -
YUV 110.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 152 81 157 0.03 0.48 0 0.38 296.05 0.32 0.47
Hex 98 51 9D 3 30 0 26 128 20 2F
Octal 230 121 235 3 60 0 46 450 40 57
Binary 10011000 1010001 10011101 11 110000 0 100110 100101000 100000 101111

Color Harmonies of #98519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98519D

Black with #98519D

Text Example


Text Example

White with #98519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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