Html Css Color HEX #97588D Violet Blue

📋 copy color: '#97588D'

red 151 ◦ green 88 ◦ blue 141

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

Shades of Violet Blue #97588D

Tints of Violet Blue #97588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 39.74%
G = 23.16%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97588D (or 0x97588D) is known color: Violet Blue. HEX triplet: 97, 58 and 8D. RGB value is (151,88,141). Sum of RGB (Red+Green+Blue) = 151+88+141=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #97588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97588D is #68A772. Grayscale: #707070. Windows color (decimal): -6858611 or 9263255. OLE color: 9263255.

HSL color Cylindrical-coordinate representation of color #97588D: hue angle of 309.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97588D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 141 -
CMYK 0 0.42 0.07 0.41
HSL 309.52º 0.26% 0.47% -
HSV(B) 309.52º 0.42% 0.59% -
XYZ 21.06 15.48 27.08 -
YUV 112.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 151 88 141 0 0.42 0.07 0.41 309.52 0.26 0.47
Hex 97 58 8D 0 2A 7 29 136 1A 2F
Octal 227 130 215 0 52 7 51 466 32 57
Binary 10010111 1011000 10001101 0 101010 111 101001 100110110 11010 101111

Color Harmonies of #97588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97588D

Black with #97588D

Text Example


Text Example

White with #97588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97588D; }

 p { color: rgb(151,88,141); }

 H1.HeaderClassName
 {
   color: #97588D;
 }
 .AnyTagClassName
 {
   color: #97588D;
 }
</style>

background-color css

<style>
 a { background-color: #97588D; }

 a { background-color: rgb(151,88,141); }

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

border-color css

<style>
 span { border-color: #97588D; }

 span { border-color: rgb(151,88,141); }

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