Html Css Color HEX #98259B Vivid Violet

📋 copy color: '#98259B'

red 152 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #98259B

Tints of Vivid Violet #98259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 44.19%
G = 10.76%
B = 45.06%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98259B (or 0x98259B) is known color: Vivid Violet. HEX triplet: 98, 25 and 9B. RGB value is (152,37,155). Sum of RGB (Red+Green+Blue) = 152+37+155=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #98259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98259B is #67DA64. Grayscale: #545454. Windows color (decimal): -6806117 or 10167704. OLE color: 10167704.

HSL color Cylindrical-coordinate representation of color #98259B: hue angle of 298.47º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98259B is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 37 155 -
CMYK 0.02 0.76 0 0.39
HSL 298.47º 0.61% 0.38% -
HSV(B) 298.47º 0.76% 0.61% -
XYZ 19.53 10.37 31.98 -
YUV 84.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 152 37 155 0.02 0.76 0 0.39 298.47 0.61 0.38
Hex 98 25 9B 2 4C 0 27 12A 3D 26
Octal 230 45 233 2 114 0 47 452 75 46
Binary 10011000 100101 10011011 10 1001100 0 100111 100101010 111101 100110

Color Harmonies of #98259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98259B

Black with #98259B

Text Example


Text Example

White with #98259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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