Html Css Color HEX #98329E Vivid Violet

📋 copy color: '#98329E'

red 152 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #98329E

Tints of Vivid Violet #98329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 42.22%
G = 13.89%
B = 43.89%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98329E (or 0x98329E) is known color: Vivid Violet. HEX triplet: 98, 32 and 9E. RGB value is (152,50,158). Sum of RGB (Red+Green+Blue) = 152+50+158=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #98329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98329E is #67CD61. Grayscale: #5C5C5C. Windows color (decimal): -6802786 or 10367640. OLE color: 10367640.

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

Color convert

RGB 152 50 158 -
CMYK 0.04 0.68 0 0.38
HSL 296.67º 0.52% 0.41% -
HSV(B) 296.67º 0.68% 0.62% -
XYZ 20.26 11.43 33.49 -
YUV 92.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 152 50 158 0.04 0.68 0 0.38 296.67 0.52 0.41
Hex 98 32 9E 4 44 0 26 129 34 29
Octal 230 62 236 4 104 0 46 451 64 51
Binary 10011000 110010 10011110 100 1000100 0 100110 100101001 110100 101001

Color Harmonies of #98329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98329E

Black with #98329E

Text Example


Text Example

White with #98329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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