Html Css Color HEX #97408B Vivid Violet

📋 copy color: '#97408B'

red 151 ◦ green 64 ◦ blue 139

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

Shades of Vivid Violet #97408B

Tints of Vivid Violet #97408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 42.66%
G = 18.08%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97408B (or 0x97408B) is known color: Vivid Violet. HEX triplet: 97, 40 and 8B. RGB value is (151,64,139). Sum of RGB (Red+Green+Blue) = 151+64+139=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97408B is #68BF74. Grayscale: #626262. Windows color (decimal): -6864757 or 9126039. OLE color: 9126039.

HSL color Cylindrical-coordinate representation of color #97408B: hue angle of 308.28º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97408B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 139 -
CMYK 0 0.58 0.08 0.41
HSL 308.28º 0.4% 0.42% -
HSV(B) 308.28º 0.58% 0.59% -
XYZ 19.26 12.11 25.75 -
YUV 98.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 151 64 139 0 0.58 0.08 0.41 308.28 0.4 0.42
Hex 97 40 8B 0 3A 8 29 134 28 2A
Octal 227 100 213 0 72 10 51 464 50 52
Binary 10010111 1000000 10001011 0 111010 1000 101001 100110100 101000 101010

Color Harmonies of #97408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97408B

Black with #97408B

Text Example


Text Example

White with #97408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,64,139); }

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

background-color css

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

 a { background-color: rgb(151,64,139); }

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

border-color css

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

 span { border-color: rgb(151,64,139); }

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