#92417A

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

Shades of Dark Purple #92417A

Tints of Dark Purple #92417A

Color information

#92417A (or 0x92417A) is unknown color: approx Dark Purple. HEX triplet: 92, 41 and 7A. RGB value is (146,65,122). Sum of RGB (Red+Green+Blue) = 146+65+122=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #92417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92417A is #6DBE85. Grayscale: #5F5F5F. Windows color (decimal): -7192198 or 8012178. OLE color: 8012178.

HSL color Cylindrical-coordinate representation of color #92417A: hue angle of 317.78º 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 #92417A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14665122-
CMYK00.550.160.43
HSL317.78º38.39%41.37%-
HSV(B)317.78º55.48%57.25%-
XYZ17.2611.319.68-
YUV95.72142.84163.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=43.84%
G=19.52%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466512200.550.160.43317.7838.3941.37
Hex92417A037102B13e2629
Octal22210117206720534764651
Binary1001001010000011111010011011110000101011100111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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