Html Css Color HEX #97329B Vivid Violet

📋 copy color: '#97329B'

red 151 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #97329B

Tints of Vivid Violet #97329B

RGB

 RED value IS 151 (59.38% from 255) = 42.42%

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

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

R = 42.42%
G = 14.04%
B = 43.54%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97329B (or 0x97329B) is known color: Vivid Violet. HEX triplet: 97, 32 and 9B. RGB value is (151,50,155). Sum of RGB (Red+Green+Blue) = 151+50+155=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #97329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97329B is #68CD64. Grayscale: #5B5B5B. Windows color (decimal): -6868325 or 10171031. OLE color: 10171031.

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

Color convert

RGB 151 50 155 -
CMYK 0.03 0.68 0 0.39
HSL 297.71º 0.51% 0.4% -
HSV(B) 297.71º 0.68% 0.61% -
XYZ 19.82 11.23 32.13 -
YUV 92.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 151 50 155 0.03 0.68 0 0.39 297.71 0.51 0.4
Hex 97 32 9B 3 44 0 27 12A 33 28
Octal 227 62 233 3 104 0 47 452 63 50
Binary 10010111 110010 10011011 11 1000100 0 100111 100101010 110011 101000

Color Harmonies of #97329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97329B

Black with #97329B

Text Example


Text Example

White with #97329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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