Html Css Color HEX #97379A Vivid Violet

📋 copy color: '#97379A'

red 151 ◦ green 55 ◦ blue 154

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

Shades of Vivid Violet #97379A

Tints of Vivid Violet #97379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 41.94%
G = 15.28%
B = 42.78%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#97379A (or 0x97379A) is known color: Vivid Violet. HEX triplet: 97, 37 and 9A. RGB value is (151,55,154). Sum of RGB (Red+Green+Blue) = 151+55+154=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #97379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97379A is #68C865. Grayscale: #5E5E5E. Windows color (decimal): -6867046 or 10106775. OLE color: 10106775.

HSL color Cylindrical-coordinate representation of color #97379A: hue angle of 298.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97379A is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 55 154 -
CMYK 0.02 0.64 0 0.40
HSL 298.18º 0.47% 0.41% -
HSV(B) 298.18º 0.64% 0.6% -
XYZ 19.96 11.64 31.77 -
YUV 94.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 151 55 154 0.02 0.64 0 0.40 298.18 0.47 0.41
Hex 97 37 9A 2 40 0 28 12A 2F 29
Octal 227 67 232 2 100 0 50 452 57 51
Binary 10010111 110111 10011010 10 1000000 0 101000 100101010 101111 101001

Color Harmonies of #97379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97379A

Black with #97379A

Text Example


Text Example

White with #97379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97379A; }

 p { color: rgb(151,55,154); }

 H1.HeaderClassName
 {
   color: #97379A;
 }
 .AnyTagClassName
 {
   color: #97379A;
 }
</style>

background-color css

<style>
 a { background-color: #97379A; }

 a { background-color: rgb(151,55,154); }

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

border-color css

<style>
 span { border-color: #97379A; }

 span { border-color: rgb(151,55,154); }

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