Html Css Color HEX #97358D Vivid Violet

📋 copy color: '#97358D'

red 151 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #97358D

Tints of Vivid Violet #97358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

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

R = 43.77%
G = 15.36%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97358D (or 0x97358D) is known color: Vivid Violet. HEX triplet: 97, 35 and 8D. RGB value is (151,53,141). Sum of RGB (Red+Green+Blue) = 151+53+141=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97358D is #68CA72. Grayscale: #5C5C5C. Windows color (decimal): -6867571 or 9254295. OLE color: 9254295.

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

Color convert

RGB 151 53 141 -
CMYK 0 0.65 0.07 0.41
HSL 306.12º 0.48% 0.4% -
HSV(B) 306.12º 0.65% 0.59% -
XYZ 18.84 11.05 26.34 -
YUV 92.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 151 53 141 0 0.65 0.07 0.41 306.12 0.48 0.4
Hex 97 35 8D 0 41 7 29 132 30 28
Octal 227 65 215 0 101 7 51 462 60 50
Binary 10010111 110101 10001101 0 1000001 111 101001 100110010 110000 101000

Color Harmonies of #97358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97358D

Black with #97358D

Text Example


Text Example

White with #97358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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