Html Css Color HEX #975DDB Amethyst

📋 copy color: '#975DDB'

red 151 ◦ green 93 ◦ blue 219

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

Shades of Amethyst #975DDB

Tints of Amethyst #975DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

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

R = 32.61%
G = 20.09%
B = 47.3%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#975DDB (or 0x975DDB) is known color: Amethyst. HEX triplet: 97, 5D and DB. RGB value is (151,93,219). Sum of RGB (Red+Green+Blue) = 151+93+219=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #975DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DDB is #68A224. Grayscale: #7C7C7C. Windows color (decimal): -6857253 or 14376343. OLE color: 14376343.

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

Color convert

RGB 151 93 219 -
CMYK 0.31 0.58 0 0.14
HSL 267.62º 0.64% 0.61% -
HSV(B) 267.62º 0.58% 0.86% -
XYZ 29.46 19.52 69.23 -
YUV 124.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 151 93 219 0.31 0.58 0 0.14 267.62 0.64 0.61
Hex 97 5D DB 1F 3A 0 E 10C 40 3D
Octal 227 135 333 37 72 0 16 414 100 75
Binary 10010111 1011101 11011011 11111 111010 0 1110 100001100 1000000 111101

Color Harmonies of #975DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DDB

Black with #975DDB

Text Example


Text Example

White with #975DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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