Html Css Color HEX #98379E Vivid Violet

📋 copy color: '#98379E'

red 152 ◦ green 55 ◦ blue 158

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

Shades of Vivid Violet #98379E

Tints of Vivid Violet #98379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 41.64%
G = 15.07%
B = 43.29%

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

#98379E (or 0x98379E) is known color: Vivid Violet. HEX triplet: 98, 37 and 9E. RGB value is (152,55,158). Sum of RGB (Red+Green+Blue) = 152+55+158=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #98379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98379E is #67C861. Grayscale: #5F5F5F. Windows color (decimal): -6801506 or 10368920. OLE color: 10368920.

HSL color Cylindrical-coordinate representation of color #98379E: hue angle of 296.5º degrees, saturation: 0.48, 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 #98379E is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 55 158 -
CMYK 0.04 0.65 0 0.38
HSL 296.5º 0.48% 0.42% -
HSV(B) 296.5º 0.65% 0.62% -
XYZ 20.49 11.88 33.56 -
YUV 95.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 152 55 158 0.04 0.65 0 0.38 296.5 0.48 0.42
Hex 98 37 9E 4 41 0 26 129 30 2A
Octal 230 67 236 4 101 0 46 451 60 52
Binary 10011000 110111 10011110 100 1000001 0 100110 100101001 110000 101010

Color Harmonies of #98379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98379E

Black with #98379E

Text Example


Text Example

White with #98379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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