Html Css Color HEX #97329D Vivid Violet

📋 copy color: '#97329D'

red 151 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #97329D

Tints of Vivid Violet #97329D

RGB

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

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

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

R = 42.18%
G = 13.97%
B = 43.85%

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

#97329D (or 0x97329D) is known color: Vivid Violet. HEX triplet: 97, 32 and 9D. RGB value is (151,50,157). Sum of RGB (Red+Green+Blue) = 151+50+157=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #97329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97329D is #68CD62. Grayscale: #5C5C5C. Windows color (decimal): -6868323 or 10302103. OLE color: 10302103.

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

Color convert

RGB 151 50 157 -
CMYK 0.04 0.68 0 0.38
HSL 296.64º 0.52% 0.41% -
HSV(B) 296.64º 0.68% 0.62% -
XYZ 19.99 11.29 33.02 -
YUV 92.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 151 50 157 0.04 0.68 0 0.38 296.64 0.52 0.41
Hex 97 32 9D 4 44 0 26 129 34 29
Octal 227 62 235 4 104 0 46 451 64 51
Binary 10010111 110010 10011101 100 1000100 0 100110 100101001 110100 101001

Color Harmonies of #97329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97329D

Black with #97329D

Text Example


Text Example

White with #97329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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