Html Css Color HEX #975099 Violet Blue

📋 copy color: '#975099'

red 151 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #975099

Tints of Violet Blue #975099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 39.32%
G = 20.83%
B = 39.84%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#975099 (or 0x975099) is known color: Violet Blue. HEX triplet: 97, 50 and 99. RGB value is (151,80,153). Sum of RGB (Red+Green+Blue) = 151+80+153=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #975099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975099 is #68AF66. Grayscale: #6D6D6D. Windows color (decimal): -6860647 or 10047639. OLE color: 10047639.

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

Color convert

RGB 151 80 153 -
CMYK 0.01 0.48 0 0.4
HSL 298.36º 0.31% 0.46% -
HSV(B) 298.36º 0.48% 0.6% -
XYZ 21.38 14.62 31.83 -
YUV 109.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 151 80 153 0.01 0.48 0 0.4 298.36 0.31 0.46
Hex 97 50 99 1 30 0 28 12A 1F 2E
Octal 227 120 231 1 60 0 50 452 37 56
Binary 10010111 1010000 10011001 1 110000 0 101000 100101010 11111 101110

Color Harmonies of #975099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975099

Black with #975099

Text Example


Text Example

White with #975099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975099; }

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

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

background-color css

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

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

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

border-color css

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

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

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