Html Css Color HEX #97378D Vivid Violet

📋 copy color: '#97378D'

red 151 ◦ green 55 ◦ blue 141

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

Shades of Vivid Violet #97378D

Tints of Vivid Violet #97378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 43.52%
G = 15.85%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97378D (or 0x97378D) is known color: Vivid Violet. HEX triplet: 97, 37 and 8D. RGB value is (151,55,141). Sum of RGB (Red+Green+Blue) = 151+55+141=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #97378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97378D is #68C872. Grayscale: #5D5D5D. Windows color (decimal): -6867059 or 9254807. OLE color: 9254807.

HSL color Cylindrical-coordinate representation of color #97378D: hue angle of 306.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97378D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 141 -
CMYK 0 0.64 0.07 0.41
HSL 306.25º 0.47% 0.4% -
HSV(B) 306.25º 0.64% 0.59% -
XYZ 18.94 11.23 26.37 -
YUV 93.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 151 55 141 0 0.64 0.07 0.41 306.25 0.47 0.4
Hex 97 37 8D 0 40 7 29 132 2F 28
Octal 227 67 215 0 100 7 51 462 57 50
Binary 10010111 110111 10001101 0 1000000 111 101001 100110010 101111 101000

Color Harmonies of #97378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97378D

Black with #97378D

Text Example


Text Example

White with #97378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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