#9258C8

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

Shades of Amethyst #9258C8

Tints of Amethyst #9258C8

Color information

#9258C8 (or 0x9258C8) is unknown color: approx Amethyst. HEX triplet: 92, 58 and C8. RGB value is (146,88,200). Sum of RGB (Red+Green+Blue) = 146+88+200=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #9258C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258C8 is #6DA737. Grayscale: #757575. Windows color (decimal): -7186232 or 13129874. OLE color: 13129874.

HSL color Cylindrical-coordinate representation of color #9258C8: hue angle of 271.07º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9258C8 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14688200-
CMYK0.270.5600.22
HSL271.07º50.45%56.47%-
HSV(B)271.07º56%78.43%-
XYZ25.7717.2656.62-
YUV118.11174.22147.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 200 (78.52% from 255) = 46.08%
R=33.64%
G=20.28%
B=46.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146882000.270.5600.22271.0750.4556.47
Hex9258C81B3801610f3238
Octal22213031033700264176270
Binary1001001010110001100100011011111000010110100001111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9258C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9258C8; }

 p { color: rgb(146,88,200); }

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

<style>
 a { background-color: #9258C8; }

 a { background-color: rgb(146,88,200); }

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

<style>
 span { border-color: #9258C8; }

 span { border-color: rgb(146,88,200); }

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