Html Css Color HEX #975DCB Amethyst

📋 copy color: '#975DCB'

red 151 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #975DCB

Tints of Amethyst #975DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 33.78%
G = 20.81%
B = 45.41%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#975DCB (or 0x975DCB) is known color: Amethyst. HEX triplet: 97, 5D and CB. RGB value is (151,93,203). Sum of RGB (Red+Green+Blue) = 151+93+203=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #975DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DCB is #68A234. Grayscale: #7A7A7A. Windows color (decimal): -6857269 or 13327767. OLE color: 13327767.

HSL color Cylindrical-coordinate representation of color #975DCB: hue angle of 271.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975DCB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 93 203 -
CMYK 0.26 0.54 0 0.20
HSL 271.64º 0.51% 0.58% -
HSV(B) 271.64º 0.54% 0.8% -
XYZ 27.46 18.72 58.67 -
YUV 122.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 151 93 203 0.26 0.54 0 0.20 271.64 0.51 0.58
Hex 97 5D CB 1A 36 0 14 110 33 3A
Octal 227 135 313 32 66 0 24 420 63 72
Binary 10010111 1011101 11001011 11010 110110 0 10100 100010000 110011 111010

Color Harmonies of #975DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DCB

Black with #975DCB

Text Example


Text Example

White with #975DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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