Html Css Color HEX #975CCF Amethyst

📋 copy color: '#975CCF'

red 151 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #975CCF

Tints of Amethyst #975CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 33.56%
G = 20.44%
B = 46%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#975CCF (or 0x975CCF) is known color: Amethyst. HEX triplet: 97, 5C and CF. RGB value is (151,92,207). Sum of RGB (Red+Green+Blue) = 151+92+207=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #975CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CCF is #68A330. Grayscale: #7A7A7A. Windows color (decimal): -6857521 or 13589655. OLE color: 13589655.

HSL color Cylindrical-coordinate representation of color #975CCF: hue angle of 270.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975CCF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 92 207 -
CMYK 0.27 0.56 0 0.19
HSL 270.78º 0.55% 0.59% -
HSV(B) 270.78º 0.56% 0.81% -
XYZ 27.85 18.74 61.18 -
YUV 122.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 151 92 207 0.27 0.56 0 0.19 270.78 0.55 0.59
Hex 97 5C CF 1B 38 0 13 10F 37 3B
Octal 227 134 317 33 70 0 23 417 67 73
Binary 10010111 1011100 11001111 11011 111000 0 10011 100001111 110111 111011

Color Harmonies of #975CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CCF

Black with #975CCF

Text Example


Text Example

White with #975CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,207); }

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

background-color css

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

 a { background-color: rgb(151,92,207); }

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

border-color css

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

 span { border-color: rgb(151,92,207); }

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