Html Css Color HEX #975299 Violet Blue

📋 copy color: '#975299'

red 151 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #975299

Tints of Violet Blue #975299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 39.12%
G = 21.24%
B = 39.64%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#975299 (or 0x975299) is known color: Violet Blue. HEX triplet: 97, 52 and 99. RGB value is (151,82,153). Sum of RGB (Red+Green+Blue) = 151+82+153=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #975299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975299 is #68AD66. Grayscale: #6E6E6E. Windows color (decimal): -6860135 or 10048151. OLE color: 10048151.

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

Color convert

RGB 151 82 153 -
CMYK 0.01 0.46 0 0.4
HSL 298.31º 0.3% 0.46% -
HSV(B) 298.31º 0.46% 0.6% -
XYZ 21.53 14.91 31.88 -
YUV 110.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 151 82 153 0.01 0.46 0 0.4 298.31 0.3 0.46
Hex 97 52 99 1 2E 0 28 12A 1E 2E
Octal 227 122 231 1 56 0 50 452 36 56
Binary 10010111 1010010 10011001 1 101110 0 101000 100101010 11110 101110

Color Harmonies of #975299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975299

Black with #975299

Text Example


Text Example

White with #975299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975299; }

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

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

background-color css

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

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

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

border-color css

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

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

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