Html Css Color HEX #975DCE Amethyst

📋 copy color: '#975DCE'

red 151 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #975DCE

Tints of Amethyst #975DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 33.56%
G = 20.67%
B = 45.78%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#975DCE (or 0x975DCE) is known color: Amethyst. HEX triplet: 97, 5D and CE. RGB value is (151,93,206). Sum of RGB (Red+Green+Blue) = 151+93+206=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #975DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DCE is #68A231. Grayscale: #7A7A7A. Windows color (decimal): -6857266 or 13524375. OLE color: 13524375.

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

Color convert

RGB 151 93 206 -
CMYK 0.27 0.55 0 0.19
HSL 270.8º 0.54% 0.59% -
HSV(B) 270.8º 0.55% 0.81% -
XYZ 27.82 18.86 60.57 -
YUV 123.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 151 93 206 0.27 0.55 0 0.19 270.8 0.54 0.59
Hex 97 5D CE 1B 37 0 13 10F 36 3B
Octal 227 135 316 33 67 0 23 417 66 73
Binary 10010111 1011101 11001110 11011 110111 0 10011 100001111 110110 111011

Color Harmonies of #975DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DCE

Black with #975DCE

Text Example


Text Example

White with #975DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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