#905CCD

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

Shades of Amethyst #905CCD

Tints of Amethyst #905CCD

Color information

#905CCD (or 0x905CCD) is unknown color: approx Amethyst. HEX triplet: 90, 5C and CD. RGB value is (144,92,205). Sum of RGB (Red+Green+Blue) = 144+92+205=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #905CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CCD is #6FA332. Grayscale: #787878. Windows color (decimal): -7316275 or 13458576. OLE color: 13458576.

HSL color Cylindrical-coordinate representation of color #905CCD: hue angle of 267.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905CCD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14492205-
CMYK0.300.5500.20
HSL267.61º53.05%58.24%-
HSV(B)267.61º55.12%80.39%-
XYZ26.3517.9959.84-
YUV120.43175.73144.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=32.65%
G=20.86%
B=46.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144922050.300.5500.20267.6153.0558.24
Hex905CCD1E3701410c353a
Octal22013431536670244146572
Binary1001000010111001100110111110110111010100100001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905CCD; }

 p { color: rgb(144,92,205); }

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

<style>
 a { background-color: #905CCD; }

 a { background-color: rgb(144,92,205); }

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

<style>
 span { border-color: #905CCD; }

 span { border-color: rgb(144,92,205); }

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