Html Css Color HEX #975FCF Amethyst

📋 copy color: '#975FCF'

red 151 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #975FCF

Tints of Amethyst #975FCF

RGB

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

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

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

R = 33.33%
G = 20.97%
B = 45.7%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#975FCF (or 0x975FCF) is known color: Amethyst. HEX triplet: 97, 5F and CF. RGB value is (151,95,207). Sum of RGB (Red+Green+Blue) = 151+95+207=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #975FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FCF is #68A030. Grayscale: #7C7C7C. Windows color (decimal): -6856753 or 13590423. OLE color: 13590423.

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

Color convert

RGB 151 95 207 -
CMYK 0.27 0.54 0 0.19
HSL 270º 0.54% 0.59% -
HSV(B) 270º 0.54% 0.81% -
XYZ 28.12 19.27 61.27 -
YUV 124.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 151 95 207 0.27 0.54 0 0.19 270 0.54 0.59
Hex 97 5F CF 1B 36 0 13 10E 36 3B
Octal 227 137 317 33 66 0 23 416 66 73
Binary 10010111 1011111 11001111 11011 110110 0 10011 100001110 110110 111011

Color Harmonies of #975FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FCF

Black with #975FCF

Text Example


Text Example

White with #975FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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