Html Css Color HEX #975BDD Amethyst

📋 copy color: '#975BDD'

red 151 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #975BDD

Tints of Amethyst #975BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 32.61%
G = 19.65%
B = 47.73%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975BDD (or 0x975BDD) is known color: Amethyst. HEX triplet: 97, 5B and DD. RGB value is (151,91,221). Sum of RGB (Red+Green+Blue) = 151+91+221=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #975BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BDD is #68A422. Grayscale: #7B7B7B. Windows color (decimal): -6857763 or 14506903. OLE color: 14506903.

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

Color convert

RGB 151 91 221 -
CMYK 0.32 0.59 0 0.13
HSL 267.69º 0.66% 0.61% -
HSV(B) 267.69º 0.59% 0.87% -
XYZ 29.55 19.28 70.57 -
YUV 123.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 151 91 221 0.32 0.59 0 0.13 267.69 0.66 0.61
Hex 97 5B DD 20 3B 0 D 10C 42 3D
Octal 227 133 335 40 73 0 15 414 102 75
Binary 10010111 1011011 11011101 100000 111011 0 1101 100001100 1000010 111101

Color Harmonies of #975BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BDD

Black with #975BDD

Text Example


Text Example

White with #975BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,221); }

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

background-color css

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

 a { background-color: rgb(151,91,221); }

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

border-color css

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

 span { border-color: rgb(151,91,221); }

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