Html Css Color HEX #975BC9 Amethyst

📋 copy color: '#975BC9'

red 151 ◦ green 91 ◦ blue 201

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

Shades of Amethyst #975BC9

Tints of Amethyst #975BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.54%

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 34.09%
G = 20.54%
B = 45.37%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#975BC9 (or 0x975BC9) is known color: Amethyst. HEX triplet: 97, 5B and C9. RGB value is (151,91,201). Sum of RGB (Red+Green+Blue) = 151+91+201=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #975BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BC9 is #68A436. Grayscale: #797979. Windows color (decimal): -6857783 or 13196183. OLE color: 13196183.

HSL color Cylindrical-coordinate representation of color #975BC9: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975BC9 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 91 201 -
CMYK 0.25 0.55 0 0.21
HSL 272.73º 0.5% 0.57% -
HSV(B) 272.73º 0.55% 0.79% -
XYZ 27.05 18.28 57.36 -
YUV 121.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 151 91 201 0.25 0.55 0 0.21 272.73 0.5 0.57
Hex 97 5B C9 19 37 0 15 111 32 39
Octal 227 133 311 31 67 0 25 421 62 71
Binary 10010111 1011011 11001001 11001 110111 0 10101 100010001 110010 111001

Color Harmonies of #975BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BC9

Black with #975BC9

Text Example


Text Example

White with #975BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,201); }

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

background-color css

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

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

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

border-color css

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

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

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