Html Css Color HEX #975297 Violet Blue

📋 copy color: '#975297'

red 151 ◦ green 82 ◦ blue 151

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

Shades of Violet Blue #975297

Tints of Violet Blue #975297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 39.32%
G = 21.35%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#975297 (or 0x975297) is known color: Violet Blue. HEX triplet: 97, 52 and 97. RGB value is (151,82,151). Sum of RGB (Red+Green+Blue) = 151+82+151=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #975297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975297 is #68AD68. Grayscale: #6E6E6E. Windows color (decimal): -6860137 or 9917079. OLE color: 9917079.

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

Color convert

RGB 151 82 151 -
CMYK 0 0.46 0 0.41
HSL 300º 0.3% 0.46% -
HSV(B) 300º 0.46% 0.59% -
XYZ 21.37 14.85 31.02 -
YUV 110.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 151 82 151 0 0.46 0 0.41 300 0.3 0.46
Hex 97 52 97 0 2E 0 29 12C 1E 2E
Octal 227 122 227 0 56 0 51 454 36 56
Binary 10010111 1010010 10010111 0 101110 0 101001 100101100 11110 101110

Color Harmonies of #975297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975297

Black with #975297

Text Example


Text Example

White with #975297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975297; }

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

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

background-color css

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

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

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

border-color css

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

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

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