Html Css Color HEX #98329D Vivid Violet

📋 copy color: '#98329D'

red 152 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #98329D

Tints of Vivid Violet #98329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 42.34%
G = 13.93%
B = 43.73%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98329D (or 0x98329D) is known color: Vivid Violet. HEX triplet: 98, 32 and 9D. RGB value is (152,50,157). Sum of RGB (Red+Green+Blue) = 152+50+157=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #98329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98329D is #67CD62. Grayscale: #5C5C5C. Windows color (decimal): -6802787 or 10302104. OLE color: 10302104.

HSL color Cylindrical-coordinate representation of color #98329D: hue angle of 297.2º 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 #98329D is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 50 157 -
CMYK 0.03 0.68 0 0.38
HSL 297.2º 0.52% 0.41% -
HSV(B) 297.2º 0.68% 0.62% -
XYZ 20.18 11.39 33.03 -
YUV 92.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 152 50 157 0.03 0.68 0 0.38 297.2 0.52 0.41
Hex 98 32 9D 3 44 0 26 129 34 29
Octal 230 62 235 3 104 0 46 451 64 51
Binary 10011000 110010 10011101 11 1000100 0 100110 100101001 110100 101001

Color Harmonies of #98329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98329D

Black with #98329D

Text Example


Text Example

White with #98329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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