Html Css Color HEX #97498B Violet Blue

📋 copy color: '#97498B'

red 151 ◦ green 73 ◦ blue 139

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

Shades of Violet Blue #97498B

Tints of Violet Blue #97498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

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

R = 41.6%
G = 20.11%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97498B (or 0x97498B) is known color: Violet Blue. HEX triplet: 97, 49 and 8B. RGB value is (151,73,139). Sum of RGB (Red+Green+Blue) = 151+73+139=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97498B is #68B674. Grayscale: #676767. Windows color (decimal): -6862453 or 9128343. OLE color: 9128343.

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

Color convert

RGB 151 73 139 -
CMYK 0 0.52 0.08 0.41
HSL 309.23º 0.35% 0.44% -
HSV(B) 309.23º 0.52% 0.59% -
XYZ 19.81 13.21 25.93 -
YUV 103.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 151 73 139 0 0.52 0.08 0.41 309.23 0.35 0.44
Hex 97 49 8B 0 34 8 29 135 23 2C
Octal 227 111 213 0 64 10 51 465 43 54
Binary 10010111 1001001 10001011 0 110100 1000 101001 100110101 100011 101100

Color Harmonies of #97498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97498B

Black with #97498B

Text Example


Text Example

White with #97498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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