#92417C

Color #92417C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #92417C

Tints of Dark Purple #92417C

Color information

#92417C (or 0x92417C) is unknown color: approx Dark Purple. HEX triplet: 92, 41 and 7C. RGB value is (146,65,124). Sum of RGB (Red+Green+Blue) = 146+65+124=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92417C is #6DBE83. Grayscale: #5F5F5F. Windows color (decimal): -7192196 or 8143250. OLE color: 8143250.

HSL color Cylindrical-coordinate representation of color #92417C: hue angle of 316.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92417C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14665124-
CMYK00.550.150.43
HSL316.3º38.39%41.37%-
HSV(B)316.3º55.48%57.25%-
XYZ17.3811.3520.34-
YUV95.94143.84163.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=43.58%
G=19.40%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466512400.550.150.43316.338.3941.37
Hex92417C037F2B13c2629
Octal22210117406717534744651
Binary100100101000001111110001101111111101011100111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92417C; }

 p { color: rgb(146,65,124); }

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

<style>
 a { background-color: #92417C; }

 a { background-color: rgb(146,65,124); }

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

<style>
 span { border-color: #92417C; }

 span { border-color: rgb(146,65,124); }

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