Html Css Color HEX #975CDE Amethyst

📋 copy color: '#975CDE'

red 151 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #975CDE

Tints of Amethyst #975CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 32.47%
G = 19.78%
B = 47.74%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975CDE (or 0x975CDE) is known color: Amethyst. HEX triplet: 97, 5C and DE. RGB value is (151,92,222). Sum of RGB (Red+Green+Blue) = 151+92+222=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #975CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CDE is #68A321. Grayscale: #7B7B7B. Windows color (decimal): -6857506 or 14572695. OLE color: 14572695.

HSL color Cylindrical-coordinate representation of color #975CDE: hue angle of 267.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975CDE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 92 222 -
CMYK 0.32 0.59 0 0.13
HSL 267.23º 0.66% 0.62% -
HSV(B) 267.23º 0.59% 0.87% -
XYZ 29.77 19.51 71.3 -
YUV 124.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 151 92 222 0.32 0.59 0 0.13 267.23 0.66 0.62
Hex 97 5C DE 20 3B 0 D 10B 42 3E
Octal 227 134 336 40 73 0 15 413 102 76
Binary 10010111 1011100 11011110 100000 111011 0 1101 100001011 1000010 111110

Color Harmonies of #975CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CDE

Black with #975CDE

Text Example


Text Example

White with #975CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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