Html Css Color HEX #97488F Violet Blue

📋 copy color: '#97488F'

red 151 ◦ green 72 ◦ blue 143

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

Shades of Violet Blue #97488F

Tints of Violet Blue #97488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 41.26%
G = 19.67%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97488F (or 0x97488F) is known color: Violet Blue. HEX triplet: 97, 48 and 8F. RGB value is (151,72,143). Sum of RGB (Red+Green+Blue) = 151+72+143=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #97488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97488F is #68B770. Grayscale: #676767. Windows color (decimal): -6862705 or 9390231. OLE color: 9390231.

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

Color convert

RGB 151 72 143 -
CMYK 0 0.52 0.05 0.41
HSL 306.08º 0.35% 0.44% -
HSV(B) 306.08º 0.52% 0.59% -
XYZ 20.04 13.2 27.48 -
YUV 103.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 151 72 143 0 0.52 0.05 0.41 306.08 0.35 0.44
Hex 97 48 8F 0 34 5 29 132 23 2C
Octal 227 110 217 0 64 5 51 462 43 54
Binary 10010111 1001000 10001111 0 110100 101 101001 100110010 100011 101100

Color Harmonies of #97488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97488F

Black with #97488F

Text Example


Text Example

White with #97488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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