Html Css Color HEX #975991 Violet Blue

📋 copy color: '#975991'

red 151 ◦ green 89 ◦ blue 145

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

Shades of Violet Blue #975991

Tints of Violet Blue #975991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 39.22%
G = 23.12%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#975991 (or 0x975991) is known color: Violet Blue. HEX triplet: 97, 59 and 91. RGB value is (151,89,145). Sum of RGB (Red+Green+Blue) = 151+89+145=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #975991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975991 is #68A66E. Grayscale: #717171. Windows color (decimal): -6858351 or 9525655. OLE color: 9525655.

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

Color convert

RGB 151 89 145 -
CMYK 0 0.41 0.04 0.41
HSL 305.81º 0.26% 0.47% -
HSV(B) 305.81º 0.41% 0.59% -
XYZ 21.45 15.77 28.7 -
YUV 113.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 151 89 145 0 0.41 0.04 0.41 305.81 0.26 0.47
Hex 97 59 91 0 29 4 29 132 1A 2F
Octal 227 131 221 0 51 4 51 462 32 57
Binary 10010111 1011001 10010001 0 101001 100 101001 100110010 11010 101111

Color Harmonies of #975991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975991

Black with #975991

Text Example


Text Example

White with #975991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975991; }

 p { color: rgb(151,89,145); }

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

background-color css

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

 a { background-color: rgb(151,89,145); }

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

border-color css

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

 span { border-color: rgb(151,89,145); }

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