Html Css Color HEX #975CDA Amethyst

📋 copy color: '#975CDA'

red 151 ◦ green 92 ◦ blue 218

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

Shades of Amethyst #975CDA

Tints of Amethyst #975CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 32.75%
G = 19.96%
B = 47.29%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#975CDA (or 0x975CDA) is known color: Amethyst. HEX triplet: 97, 5C and DA. RGB value is (151,92,218). Sum of RGB (Red+Green+Blue) = 151+92+218=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #975CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CDA is #68A325. Grayscale: #7B7B7B. Windows color (decimal): -6857510 or 14310551. OLE color: 14310551.

HSL color Cylindrical-coordinate representation of color #975CDA: hue angle of 268.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975CDA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 92 218 -
CMYK 0.31 0.58 0 0.15
HSL 268.1º 0.63% 0.61% -
HSV(B) 268.1º 0.58% 0.85% -
XYZ 29.24 19.3 68.51 -
YUV 124.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 151 92 218 0.31 0.58 0 0.15 268.1 0.63 0.61
Hex 97 5C DA 1F 3A 0 F 10C 3F 3D
Octal 227 134 332 37 72 0 17 414 77 75
Binary 10010111 1011100 11011010 11111 111010 0 1111 100001100 111111 111101

Color Harmonies of #975CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CDA

Black with #975CDA

Text Example


Text Example

White with #975CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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