#92407F

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

Shades of Dark Purple #92407F

Tints of Dark Purple #92407F

Color information

#92407F (or 0x92407F) is unknown color: approx Dark Purple. HEX triplet: 92, 40 and 7F. RGB value is (146,64,127). Sum of RGB (Red+Green+Blue) = 146+64+127=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92407F is #6DBF80. Grayscale: #5F5F5F. Windows color (decimal): -7192449 or 8339602. OLE color: 8339602.

HSL color Cylindrical-coordinate representation of color #92407F: hue angle of 313.9º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92407F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14664127-
CMYK00.560.130.43
HSL313.9º39.05%41.18%-
HSV(B)313.9º56.16%57.25%-
XYZ17.5211.3121.34-
YUV95.7145.67163.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 127 (50% from 255) = 37.69%
R=43.32%
G=18.99%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466412700.560.130.43313.939.0541.18
Hex92407F038D2B13a2729
Octal22210017707015534724751
Binary100100101000000111111101110001101101011100111010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92407F; }

 p { color: rgb(146,64,127); }

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

<style>
 a { background-color: #92407F; }

 a { background-color: rgb(146,64,127); }

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

<style>
 span { border-color: #92407F; }

 span { border-color: rgb(146,64,127); }

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