Html Css Color HEX #975CD2 Amethyst

📋 copy color: '#975CD2'

red 151 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #975CD2

Tints of Amethyst #975CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

 BLUE value IS 210 (82.42% from 255) = 46.36%

R = 33.33%
G = 20.31%
B = 46.36%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#975CD2 (or 0x975CD2) is known color: Amethyst. HEX triplet: 97, 5C and D2. RGB value is (151,92,210). Sum of RGB (Red+Green+Blue) = 151+92+210=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #975CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CD2 is #68A32D. Grayscale: #7A7A7A. Windows color (decimal): -6857518 or 13786263. OLE color: 13786263.

HSL color Cylindrical-coordinate representation of color #975CD2: hue angle of 270º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975CD2 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 92 210 -
CMYK 0.28 0.56 0 0.18
HSL 270º 0.57% 0.59% -
HSV(B) 270º 0.56% 0.82% -
XYZ 28.22 18.89 63.13 -
YUV 123.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 151 92 210 0.28 0.56 0 0.18 270 0.57 0.59
Hex 97 5C D2 1C 38 0 12 10E 39 3B
Octal 227 134 322 34 70 0 22 416 71 73
Binary 10010111 1011100 11010010 11100 111000 0 10010 100001110 111001 111011

Color Harmonies of #975CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CD2

Black with #975CD2

Text Example


Text Example

White with #975CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,210); }

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

background-color css

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

 a { background-color: rgb(151,92,210); }

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

border-color css

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

 span { border-color: rgb(151,92,210); }

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