Html Css Color HEX #975EDB Amethyst

📋 copy color: '#975EDB'

red 151 ◦ green 94 ◦ blue 219

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

Shades of Amethyst #975EDB

Tints of Amethyst #975EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 32.54%
G = 20.26%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#975EDB (or 0x975EDB) is known color: Amethyst. HEX triplet: 97, 5E and DB. RGB value is (151,94,219). Sum of RGB (Red+Green+Blue) = 151+94+219=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #975EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EDB is #68A124. Grayscale: #7C7C7C. Windows color (decimal): -6856997 or 14376599. OLE color: 14376599.

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

Color convert

RGB 151 94 219 -
CMYK 0.31 0.57 0 0.14
HSL 267.36º 0.63% 0.61% -
HSV(B) 267.36º 0.57% 0.86% -
XYZ 29.55 19.7 69.26 -
YUV 125.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 151 94 219 0.31 0.57 0 0.14 267.36 0.63 0.61
Hex 97 5E DB 1F 39 0 E 10B 3F 3D
Octal 227 136 333 37 71 0 16 413 77 75
Binary 10010111 1011110 11011011 11111 111001 0 1110 100001011 111111 111101

Color Harmonies of #975EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EDB

Black with #975EDB

Text Example


Text Example

White with #975EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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