Html Css Color HEX #975FCC Amethyst

📋 copy color: '#975FCC'

red 151 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #975FCC

Tints of Amethyst #975FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

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

R = 33.56%
G = 21.11%
B = 45.33%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#975FCC (or 0x975FCC) is known color: Amethyst. HEX triplet: 97, 5F and CC. RGB value is (151,95,204). Sum of RGB (Red+Green+Blue) = 151+95+204=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #975FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FCC is #68A033. Grayscale: #7B7B7B. Windows color (decimal): -6856756 or 13393815. OLE color: 13393815.

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

Color convert

RGB 151 95 204 -
CMYK 0.26 0.53 0 0.2
HSL 270.83º 0.52% 0.59% -
HSV(B) 270.83º 0.53% 0.8% -
XYZ 27.75 19.12 59.36 -
YUV 124.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 151 95 204 0.26 0.53 0 0.2 270.83 0.52 0.59
Hex 97 5F CC 1A 35 0 14 10F 34 3B
Octal 227 137 314 32 65 0 24 417 64 73
Binary 10010111 1011111 11001100 11010 110101 0 10100 100001111 110100 111011

Color Harmonies of #975FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FCC

Black with #975FCC

Text Example


Text Example

White with #975FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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