Html Css Color HEX #97488A Violet Blue

📋 copy color: '#97488A'

red 151 ◦ green 72 ◦ blue 138

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

Shades of Violet Blue #97488A

Tints of Violet Blue #97488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 41.83%
G = 19.94%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97488A (or 0x97488A) is known color: Violet Blue. HEX triplet: 97, 48 and 8A. RGB value is (151,72,138). Sum of RGB (Red+Green+Blue) = 151+72+138=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97488A is #68B775. Grayscale: #666666. Windows color (decimal): -6862710 or 9062551. OLE color: 9062551.

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

Color convert

RGB 151 72 138 -
CMYK 0 0.52 0.09 0.41
HSL 309.87º 0.35% 0.44% -
HSV(B) 309.87º 0.52% 0.59% -
XYZ 19.67 13.05 25.53 -
YUV 103.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 151 72 138 0 0.52 0.09 0.41 309.87 0.35 0.44
Hex 97 48 8A 0 34 9 29 136 23 2C
Octal 227 110 212 0 64 11 51 466 43 54
Binary 10010111 1001000 10001010 0 110100 1001 101001 100110110 100011 101100

Color Harmonies of #97488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97488A

Black with #97488A

Text Example


Text Example

White with #97488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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