Html Css Color HEX #97319B Vivid Violet

📋 copy color: '#97319B'

red 151 ◦ green 49 ◦ blue 155

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

Shades of Vivid Violet #97319B

Tints of Vivid Violet #97319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 42.54%
G = 13.8%
B = 43.66%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97319B (or 0x97319B) is known color: Vivid Violet. HEX triplet: 97, 31 and 9B. RGB value is (151,49,155). Sum of RGB (Red+Green+Blue) = 151+49+155=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #97319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97319B is #68CE64. Grayscale: #5B5B5B. Windows color (decimal): -6868581 or 10170775. OLE color: 10170775.

HSL color Cylindrical-coordinate representation of color #97319B: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97319B is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 49 155 -
CMYK 0.03 0.68 0 0.39
HSL 297.74º 0.52% 0.4% -
HSV(B) 297.74º 0.68% 0.61% -
XYZ 19.78 11.14 32.12 -
YUV 91.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 151 49 155 0.03 0.68 0 0.39 297.74 0.52 0.4
Hex 97 31 9B 3 44 0 27 12A 34 28
Octal 227 61 233 3 104 0 47 452 64 50
Binary 10010111 110001 10011011 11 1000100 0 100111 100101010 110100 101000

Color Harmonies of #97319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97319B

Black with #97319B

Text Example


Text Example

White with #97319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97319B; }

 p { color: rgb(151,49,155); }

 H1.HeaderClassName
 {
   color: #97319B;
 }
 .AnyTagClassName
 {
   color: #97319B;
 }
</style>

background-color css

<style>
 a { background-color: #97319B; }

 a { background-color: rgb(151,49,155); }

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

border-color css

<style>
 span { border-color: #97319B; }

 span { border-color: rgb(151,49,155); }

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