Html Css Color HEX #98519F Violet Blue

📋 copy color: '#98519F'

red 152 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #98519F

Tints of Violet Blue #98519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 38.78%
G = 20.66%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98519F (or 0x98519F) is known color: Violet Blue. HEX triplet: 98, 51 and 9F. RGB value is (152,81,159). Sum of RGB (Red+Green+Blue) = 152+81+159=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #98519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98519F is #67AE60. Grayscale: #6E6E6E. Windows color (decimal): -6794849 or 10441112. OLE color: 10441112.

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

Color convert

RGB 152 81 159 -
CMYK 0.04 0.49 0 0.38
HSL 294.62º 0.33% 0.47% -
HSV(B) 294.62º 0.49% 0.62% -
XYZ 22.15 15.06 34.54 -
YUV 111.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 152 81 159 0.04 0.49 0 0.38 294.62 0.33 0.47
Hex 98 51 9F 4 31 0 26 127 20 2F
Octal 230 121 237 4 61 0 46 447 40 57
Binary 10011000 1010001 10011111 100 110001 0 100110 100100111 100000 101111

Color Harmonies of #98519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98519F

Black with #98519F

Text Example


Text Example

White with #98519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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