Html Css Color HEX #98379F Vivid Violet

📋 copy color: '#98379F'

red 152 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #98379F

Tints of Vivid Violet #98379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 41.53%
G = 15.03%
B = 43.44%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98379F (or 0x98379F) is known color: Vivid Violet. HEX triplet: 98, 37 and 9F. RGB value is (152,55,159). Sum of RGB (Red+Green+Blue) = 152+55+159=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #98379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98379F is #67C860. Grayscale: #5F5F5F. Windows color (decimal): -6801505 or 10434456. OLE color: 10434456.

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

Color convert

RGB 152 55 159 -
CMYK 0.04 0.65 0 0.38
HSL 295.96º 0.49% 0.42% -
HSV(B) 295.96º 0.65% 0.62% -
XYZ 20.57 11.91 34.02 -
YUV 95.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 152 55 159 0.04 0.65 0 0.38 295.96 0.49 0.42
Hex 98 37 9F 4 41 0 26 128 31 2A
Octal 230 67 237 4 101 0 46 450 61 52
Binary 10011000 110111 10011111 100 1000001 0 100110 100101000 110001 101010

Color Harmonies of #98379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98379F

Black with #98379F

Text Example


Text Example

White with #98379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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