#9151CD

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

Shades of Amethyst #9151CD

Tints of Amethyst #9151CD

Color information

#9151CD (or 0x9151CD) is unknown color: approx Amethyst. HEX triplet: 91, 51 and CD. RGB value is (145,81,205). Sum of RGB (Red+Green+Blue) = 145+81+205=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #9151CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151CD is #6EAE32. Grayscale: #717171. Windows color (decimal): -7253555 or 13455761. OLE color: 13455761.

HSL color Cylindrical-coordinate representation of color #9151CD: hue angle of 270.97º 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 #9151CD is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14581205-
CMYK0.290.6000.20
HSL270.97º55.36%56.08%-
HSV(B)270.97º60.49%80.39%-
XYZ25.6416.3159.55-
YUV114.27179.2149.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=33.64%
G=18.79%
B=47.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145812050.290.6000.20270.9755.3656.08
Hex9151CD1D3C01410f3738
Octal22112131535740244176770
Binary1001000110100011100110111101111100010100100001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9151CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,81,205); }

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

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

 a { background-color: rgb(145,81,205); }

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

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

 span { border-color: rgb(145,81,205); }

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