Html Css Color HEX #975DDF Amethyst

📋 copy color: '#975DDF'

red 151 ◦ green 93 ◦ blue 223

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

Shades of Amethyst #975DDF

Tints of Amethyst #975DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 32.33%
G = 19.91%
B = 47.75%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975DDF (or 0x975DDF) is known color: Amethyst. HEX triplet: 97, 5D and DF. RGB value is (151,93,223). Sum of RGB (Red+Green+Blue) = 151+93+223=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #975DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DDF is #68A220. Grayscale: #7C7C7C. Windows color (decimal): -6857249 or 14638487. OLE color: 14638487.

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

Color convert

RGB 151 93 223 -
CMYK 0.32 0.58 0 0.13
HSL 266.77º 0.67% 0.62% -
HSV(B) 266.77º 0.58% 0.87% -
XYZ 30 19.74 72.04 -
YUV 125.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 151 93 223 0.32 0.58 0 0.13 266.77 0.67 0.62
Hex 97 5D DF 20 3A 0 D 10B 43 3E
Octal 227 135 337 40 72 0 15 413 103 76
Binary 10010111 1011101 11011111 100000 111010 0 1101 100001011 1000011 111110

Color Harmonies of #975DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DDF

Black with #975DDF

Text Example


Text Example

White with #975DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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