Html Css Color HEX #98329B Vivid Violet

📋 copy color: '#98329B'

red 152 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #98329B

Tints of Vivid Violet #98329B

RGB

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

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

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

R = 42.58%
G = 14.01%
B = 43.42%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98329B (or 0x98329B) is known color: Vivid Violet. HEX triplet: 98, 32 and 9B. RGB value is (152,50,155). Sum of RGB (Red+Green+Blue) = 152+50+155=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #98329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98329B is #67CD64. Grayscale: #5C5C5C. Windows color (decimal): -6802789 or 10171032. OLE color: 10171032.

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

Color convert

RGB 152 50 155 -
CMYK 0.02 0.68 0 0.39
HSL 298.29º 0.51% 0.4% -
HSV(B) 298.29º 0.68% 0.61% -
XYZ 20.01 11.32 32.14 -
YUV 92.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 152 50 155 0.02 0.68 0 0.39 298.29 0.51 0.4
Hex 98 32 9B 2 44 0 27 12A 33 28
Octal 230 62 233 2 104 0 47 452 63 50
Binary 10011000 110010 10011011 10 1000100 0 100111 100101010 110011 101000

Color Harmonies of #98329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98329B

Black with #98329B

Text Example


Text Example

White with #98329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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