Html Css Color HEX #97419D Vivid Violet

📋 copy color: '#97419D'

red 151 ◦ green 65 ◦ blue 157

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

Shades of Vivid Violet #97419D

Tints of Vivid Violet #97419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 40.48%
G = 17.43%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97419D (or 0x97419D) is known color: Vivid Violet. HEX triplet: 97, 41 and 9D. RGB value is (151,65,157). Sum of RGB (Red+Green+Blue) = 151+65+157=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #97419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97419D is #68BE62. Grayscale: #646464. Windows color (decimal): -6864483 or 10305943. OLE color: 10305943.

HSL color Cylindrical-coordinate representation of color #97419D: hue angle of 296.09º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97419D is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 65 157 -
CMYK 0.04 0.59 0 0.38
HSL 296.09º 0.41% 0.44% -
HSV(B) 296.09º 0.59% 0.62% -
XYZ 20.74 12.79 33.27 -
YUV 101.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 151 65 157 0.04 0.59 0 0.38 296.09 0.41 0.44
Hex 97 41 9D 4 3B 0 26 128 29 2C
Octal 227 101 235 4 73 0 46 450 51 54
Binary 10010111 1000001 10011101 100 111011 0 100110 100101000 101001 101100

Color Harmonies of #97419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97419D

Black with #97419D

Text Example


Text Example

White with #97419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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