Html Css Color HEX #98259F Vivid Violet

📋 copy color: '#98259F'

red 152 ◦ green 37 ◦ blue 159

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

Shades of Vivid Violet #98259F

Tints of Vivid Violet #98259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

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

R = 43.68%
G = 10.63%
B = 45.69%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98259F (or 0x98259F) is known color: Vivid Violet. HEX triplet: 98, 25 and 9F. RGB value is (152,37,159). Sum of RGB (Red+Green+Blue) = 152+37+159=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #98259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98259F is #67DA60. Grayscale: #545454. Windows color (decimal): -6806113 or 10429848. OLE color: 10429848.

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

Color convert

RGB 152 37 159 -
CMYK 0.04 0.77 0 0.38
HSL 296.56º 0.62% 0.38% -
HSV(B) 296.56º 0.77% 0.62% -
XYZ 19.87 10.5 33.78 -
YUV 85.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 152 37 159 0.04 0.77 0 0.38 296.56 0.62 0.38
Hex 98 25 9F 4 4D 0 26 129 3E 26
Octal 230 45 237 4 115 0 46 451 76 46
Binary 10011000 100101 10011111 100 1001101 0 100110 100101001 111110 100110

Color Harmonies of #98259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98259F

Black with #98259F

Text Example


Text Example

White with #98259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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