Html Css Color HEX #98299B Vivid Violet

📋 copy color: '#98299B'

red 152 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #98299B

Tints of Vivid Violet #98299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 43.68%
G = 11.78%
B = 44.54%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98299B (or 0x98299B) is known color: Vivid Violet. HEX triplet: 98, 29 and 9B. RGB value is (152,41,155). Sum of RGB (Red+Green+Blue) = 152+41+155=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #98299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98299B is #67D664. Grayscale: #565656. Windows color (decimal): -6805093 or 10168728. OLE color: 10168728.

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

Color convert

RGB 152 41 155 -
CMYK 0.02 0.74 0 0.39
HSL 298.42º 0.58% 0.38% -
HSV(B) 298.42º 0.74% 0.61% -
XYZ 19.66 10.63 32.03 -
YUV 87.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 152 41 155 0.02 0.74 0 0.39 298.42 0.58 0.38
Hex 98 29 9B 2 4A 0 27 12A 3A 26
Octal 230 51 233 2 112 0 47 452 72 46
Binary 10011000 101001 10011011 10 1001010 0 100111 100101010 111010 100110

Color Harmonies of #98299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98299B

Black with #98299B

Text Example


Text Example

White with #98299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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