Html Css Color HEX #975A8D Violet Blue

📋 copy color: '#975A8D'

red 151 ◦ green 90 ◦ blue 141

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

Shades of Violet Blue #975A8D

Tints of Violet Blue #975A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 39.53%
G = 23.56%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#975A8D (or 0x975A8D) is known color: Violet Blue. HEX triplet: 97, 5A and 8D. RGB value is (151,90,141). Sum of RGB (Red+Green+Blue) = 151+90+141=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #975A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A8D is #68A572. Grayscale: #717171. Windows color (decimal): -6858099 or 9263767. OLE color: 9263767.

HSL color Cylindrical-coordinate representation of color #975A8D: hue angle of 309.84º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A8D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 141 -
CMYK 0 0.40 0.07 0.41
HSL 309.84º 0.25% 0.47% -
HSV(B) 309.84º 0.4% 0.59% -
XYZ 21.23 15.81 27.13 -
YUV 114.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 151 90 141 0 0.40 0.07 0.41 309.84 0.25 0.47
Hex 97 5A 8D 0 28 7 29 136 19 2F
Octal 227 132 215 0 50 7 51 466 31 57
Binary 10010111 1011010 10001101 0 101000 111 101001 100110110 11001 101111

Color Harmonies of #975A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A8D

Black with #975A8D

Text Example


Text Example

White with #975A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A8D; }

 p { color: rgb(151,90,141); }

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

background-color css

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

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

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

border-color css

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

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

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