Html Css Color HEX #97488E Violet Blue

📋 copy color: '#97488E'

red 151 ◦ green 72 ◦ blue 142

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

Shades of Violet Blue #97488E

Tints of Violet Blue #97488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 41.37%
G = 19.73%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97488E (or 0x97488E) is known color: Violet Blue. HEX triplet: 97, 48 and 8E. RGB value is (151,72,142). Sum of RGB (Red+Green+Blue) = 151+72+142=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #97488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97488E is #68B771. Grayscale: #676767. Windows color (decimal): -6862706 or 9324695. OLE color: 9324695.

HSL color Cylindrical-coordinate representation of color #97488E: hue angle of 306.84º 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 #97488E is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 72 142 -
CMYK 0 0.52 0.06 0.41
HSL 306.84º 0.35% 0.44% -
HSV(B) 306.84º 0.52% 0.59% -
XYZ 19.96 13.17 27.08 -
YUV 103.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 151 72 142 0 0.52 0.06 0.41 306.84 0.35 0.44
Hex 97 48 8E 0 34 6 29 133 23 2C
Octal 227 110 216 0 64 6 51 463 43 54
Binary 10010111 1001000 10001110 0 110100 110 101001 100110011 100011 101100

Color Harmonies of #97488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97488E

Black with #97488E

Text Example


Text Example

White with #97488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97488E; }

 p { color: rgb(151,72,142); }

 H1.HeaderClassName
 {
   color: #97488E;
 }
 .AnyTagClassName
 {
   color: #97488E;
 }
</style>

background-color css

<style>
 a { background-color: #97488E; }

 a { background-color: rgb(151,72,142); }

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

border-color css

<style>
 span { border-color: #97488E; }

 span { border-color: rgb(151,72,142); }

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