Html Css Color HEX #975BCC Amethyst

📋 copy color: '#975BCC'

red 151 ◦ green 91 ◦ blue 204

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

Shades of Amethyst #975BCC

Tints of Amethyst #975BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 33.86%
G = 20.4%
B = 45.74%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#975BCC (or 0x975BCC) is known color: Amethyst. HEX triplet: 97, 5B and CC. RGB value is (151,91,204). Sum of RGB (Red+Green+Blue) = 151+91+204=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #975BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BCC is #68A433. Grayscale: #797979. Windows color (decimal): -6857780 or 13392791. OLE color: 13392791.

HSL color Cylindrical-coordinate representation of color #975BCC: hue angle of 271.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975BCC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 91 204 -
CMYK 0.26 0.55 0 0.2
HSL 271.86º 0.53% 0.58% -
HSV(B) 271.86º 0.55% 0.8% -
XYZ 27.4 18.42 59.24 -
YUV 121.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 151 91 204 0.26 0.55 0 0.2 271.86 0.53 0.58
Hex 97 5B CC 1A 37 0 14 110 35 3A
Octal 227 133 314 32 67 0 24 420 65 72
Binary 10010111 1011011 11001100 11010 110111 0 10100 100010000 110101 111010

Color Harmonies of #975BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BCC

Black with #975BCC

Text Example


Text Example

White with #975BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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