Html Css Color HEX #975EDA Amethyst

📋 copy color: '#975EDA'

red 151 ◦ green 94 ◦ blue 218

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

Shades of Amethyst #975EDA

Tints of Amethyst #975EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 32.61%
G = 20.3%
B = 47.08%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#975EDA (or 0x975EDA) is known color: Amethyst. HEX triplet: 97, 5E and DA. RGB value is (151,94,218). Sum of RGB (Red+Green+Blue) = 151+94+218=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #975EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EDA is #68A125. Grayscale: #7C7C7C. Windows color (decimal): -6856998 or 14311063. OLE color: 14311063.

HSL color Cylindrical-coordinate representation of color #975EDA: hue angle of 267.58º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975EDA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 94 218 -
CMYK 0.31 0.57 0 0.15
HSL 267.58º 0.63% 0.61% -
HSV(B) 267.58º 0.57% 0.85% -
XYZ 29.42 19.65 68.57 -
YUV 125.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 151 94 218 0.31 0.57 0 0.15 267.58 0.63 0.61
Hex 97 5E DA 1F 39 0 F 10C 3F 3D
Octal 227 136 332 37 71 0 17 414 77 75
Binary 10010111 1011110 11011010 11111 111001 0 1111 100001100 111111 111101

Color Harmonies of #975EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EDA

Black with #975EDA

Text Example


Text Example

White with #975EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,94,218); }

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

background-color css

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

 a { background-color: rgb(151,94,218); }

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

border-color css

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

 span { border-color: rgb(151,94,218); }

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