#8B61D2

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

Shades of Amethyst #8B61D2

Tints of Amethyst #8B61D2

Color information

#8B61D2 (or 0x8B61D2) is unknown color: approx Amethyst. HEX triplet: 8B, 61 and D2. RGB value is (139,97,210). Sum of RGB (Red+Green+Blue) = 139+97+210=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B61D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B61D2 is #749E2D. Grayscale: #7A7A7A. Windows color (decimal): -7642670 or 13787531. OLE color: 13787531.

HSL color Cylindrical-coordinate representation of color #8B61D2: hue angle of 262.3º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B61D2 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13997210-
CMYK0.340.5400.18
HSL262.3º55.67%60.2%-
HSV(B)262.3º53.81%82.35%-
XYZ26.5618.6963.18-
YUV122.44177.41139.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=31.17%
G=21.75%
B=47.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139972100.340.5400.18262.355.6760.2
Hex8B61D22236012106383c
Octal21314132242660224067074
Binary10001011110000111010010100010110110010010100000110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B61D2; }

 p { color: rgb(139,97,210); }

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

<style>
 a { background-color: #8B61D2; }

 a { background-color: rgb(139,97,210); }

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

<style>
 span { border-color: #8B61D2; }

 span { border-color: rgb(139,97,210); }

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