Html Css Color HEX #97588E Violet Blue

📋 copy color: '#97588E'

red 151 ◦ green 88 ◦ blue 142

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

Shades of Violet Blue #97588E

Tints of Violet Blue #97588E

RGB

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

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

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

R = 39.63%
G = 23.1%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97588E (or 0x97588E) is known color: Violet Blue. HEX triplet: 97, 58 and 8E. RGB value is (151,88,142). Sum of RGB (Red+Green+Blue) = 151+88+142=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #97588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97588E is #68A771. Grayscale: #707070. Windows color (decimal): -6858610 or 9328791. OLE color: 9328791.

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

Color convert

RGB 151 88 142 -
CMYK 0 0.42 0.06 0.41
HSL 308.57º 0.26% 0.47% -
HSV(B) 308.57º 0.42% 0.59% -
XYZ 21.13 15.51 27.47 -
YUV 112.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 151 88 142 0 0.42 0.06 0.41 308.57 0.26 0.47
Hex 97 58 8E 0 2A 6 29 135 1A 2F
Octal 227 130 216 0 52 6 51 465 32 57
Binary 10010111 1011000 10001110 0 101010 110 101001 100110101 11010 101111

Color Harmonies of #97588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97588E

Black with #97588E

Text Example


Text Example

White with #97588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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