Html Css Color HEX #975591 Violet Blue

📋 copy color: '#975591'

red 151 ◦ green 85 ◦ blue 145

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

Shades of Violet Blue #975591

Tints of Violet Blue #975591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

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

R = 39.63%
G = 22.31%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#975591 (or 0x975591) is known color: Violet Blue. HEX triplet: 97, 55 and 91. RGB value is (151,85,145). Sum of RGB (Red+Green+Blue) = 151+85+145=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #975591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975591 is #68AA6E. Grayscale: #6F6F6F. Windows color (decimal): -6859375 or 9524631. OLE color: 9524631.

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

Color convert

RGB 151 85 145 -
CMYK 0 0.44 0.04 0.41
HSL 305.45º 0.28% 0.46% -
HSV(B) 305.45º 0.44% 0.59% -
XYZ 21.12 15.12 28.59 -
YUV 111.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 151 85 145 0 0.44 0.04 0.41 305.45 0.28 0.46
Hex 97 55 91 0 2C 4 29 131 1C 2E
Octal 227 125 221 0 54 4 51 461 34 56
Binary 10010111 1010101 10010001 0 101100 100 101001 100110001 11100 101110

Color Harmonies of #975591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975591

Black with #975591

Text Example


Text Example

White with #975591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975591; }

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

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

background-color css

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

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

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

border-color css

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

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

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