Html Css Color HEX #975289 Violet Blue

📋 copy color: '#975289'

red 151 ◦ green 82 ◦ blue 137

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

Shades of Violet Blue #975289

Tints of Violet Blue #975289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 40.81%
G = 22.16%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#975289 (or 0x975289) is known color: Violet Blue. HEX triplet: 97, 52 and 89. RGB value is (151,82,137). Sum of RGB (Red+Green+Blue) = 151+82+137=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #975289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975289 is #68AD76. Grayscale: #6C6C6C. Windows color (decimal): -6860151 or 8999575. OLE color: 8999575.

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

Color convert

RGB 151 82 137 -
CMYK 0 0.46 0.09 0.41
HSL 312.17º 0.3% 0.46% -
HSV(B) 312.17º 0.46% 0.59% -
XYZ 20.3 14.42 25.38 -
YUV 108.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 151 82 137 0 0.46 0.09 0.41 312.17 0.3 0.46
Hex 97 52 89 0 2E 9 29 138 1E 2E
Octal 227 122 211 0 56 11 51 470 36 56
Binary 10010111 1010010 10001001 0 101110 1001 101001 100111000 11110 101110

Color Harmonies of #975289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975289

Black with #975289

Text Example


Text Example

White with #975289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975289; }

 p { color: rgb(151,82,137); }

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

background-color css

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

 a { background-color: rgb(151,82,137); }

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

border-color css

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

 span { border-color: rgb(151,82,137); }

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