#8952CD

Color #8952CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #8952CD

Tints of Amethyst #8952CD

Color information

#8952CD (or 0x8952CD) is unknown color: approx Amethyst. HEX triplet: 89, 52 and CD. RGB value is (137,82,205). Sum of RGB (Red+Green+Blue) = 137+82+205=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8952CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952CD is #76AD32. Grayscale: #707070. Windows color (decimal): -7777587 or 13456009. OLE color: 13456009.

HSL color Cylindrical-coordinate representation of color #8952CD: hue angle of 266.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8952CD is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13782205-
CMYK0.330.600.20
HSL266.83º55.16%56.27%-
HSV(B)266.83º60%80.39%-
XYZ24.3515.7659.52-
YUV112.47180.22145.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=32.31%
G=19.34%
B=48.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137822050.330.600.20266.8355.1656.27
Hex8952CD213C01410b3738
Octal21112231541740244136770
Binary10001001101001011001101100001111100010100100001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8952CD; }

 p { color: rgb(137,82,205); }

 H1.HeaderClassName
 {
   color: #8952CD;
 }
 .AnyTagClassName
 {
   color: #8952CD;
 }
</style>
background-color css

<style>
 a { background-color: #8952CD; }

 a { background-color: rgb(137,82,205); }

 div.DivClassName
 {
   background-color: #8952CD;
 }
 .BgClassName
 {
   background-color: #8952CD;
 }
</style>
border-color css

<style>
 span { border-color: #8952CD; }

 span { border-color: rgb(137,82,205); }

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