Html Css Color HEX #97378C Vivid Violet

📋 copy color: '#97378C'

red 151 ◦ green 55 ◦ blue 140

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

Shades of Vivid Violet #97378C

Tints of Vivid Violet #97378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 43.64%
G = 15.9%
B = 40.46%

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

#97378C (or 0x97378C) is known color: Vivid Violet. HEX triplet: 97, 37 and 8C. RGB value is (151,55,140). Sum of RGB (Red+Green+Blue) = 151+55+140=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97378C is #68C873. Grayscale: #5D5D5D. Windows color (decimal): -6867060 or 9189271. OLE color: 9189271.

HSL color Cylindrical-coordinate representation of color #97378C: hue angle of 306.88º 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 #97378C is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 140 -
CMYK 0 0.64 0.07 0.41
HSL 306.88º 0.47% 0.4% -
HSV(B) 306.88º 0.64% 0.59% -
XYZ 18.86 11.21 25.98 -
YUV 93.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 151 55 140 0 0.64 0.07 0.41 306.88 0.47 0.4
Hex 97 37 8C 0 40 7 29 133 2F 28
Octal 227 67 214 0 100 7 51 463 57 50
Binary 10010111 110111 10001100 0 1000000 111 101001 100110011 101111 101000

Color Harmonies of #97378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97378C

Black with #97378C

Text Example


Text Example

White with #97378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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