Html Css Color HEX #975ED0 Amethyst

📋 copy color: '#975ED0'

red 151 ◦ green 94 ◦ blue 208

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

Shades of Amethyst #975ED0

Tints of Amethyst #975ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 33.33%
G = 20.75%
B = 45.92%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#975ED0 (or 0x975ED0) is known color: Amethyst. HEX triplet: 97, 5E and D0. RGB value is (151,94,208). Sum of RGB (Red+Green+Blue) = 151+94+208=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #975ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ED0 is #68A12F. Grayscale: #7B7B7B. Windows color (decimal): -6857008 or 13655703. OLE color: 13655703.

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

Color convert

RGB 151 94 208 -
CMYK 0.27 0.55 0 0.18
HSL 270º 0.55% 0.59% -
HSV(B) 270º 0.55% 0.82% -
XYZ 28.15 19.14 61.88 -
YUV 124.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 151 94 208 0.27 0.55 0 0.18 270 0.55 0.59
Hex 97 5E D0 1B 37 0 12 10E 37 3B
Octal 227 136 320 33 67 0 22 416 67 73
Binary 10010111 1011110 11010000 11011 110111 0 10010 100001110 110111 111011

Color Harmonies of #975ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975ED0

Black with #975ED0

Text Example


Text Example

White with #975ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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