#92317F

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

Shades of Dark Purple #92317F

Tints of Dark Purple #92317F

Color information

#92317F (or 0x92317F) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 7F. RGB value is (146,49,127). Sum of RGB (Red+Green+Blue) = 146+49+127=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92317F is #6DCE80. Grayscale: #565656. Windows color (decimal): -7196289 or 8335762. OLE color: 8335762.

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

Color convert

RGB14649127-
CMYK00.660.130.43
HSL311.75º49.74%38.24%-
HSV(B)311.75º66.44%57.25%-
XYZ16.789.8421.09-
YUV86.9150.64170.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 127 (50% from 255) = 39.44%
R=45.34%
G=15.22%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464912700.660.130.43311.7549.7438.24
Hex92317F042D2B1383226
Octal22261177010215534706246
Binary100100101100011111111010000101101101011100111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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