#92127A

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

Shades of Dark Purple #92127A

Tints of Dark Purple #92127A

Color information

#92127A (or 0x92127A) is unknown color: approx Dark Purple. HEX triplet: 92, 12 and 7A. RGB value is (146,18,122). Sum of RGB (Red+Green+Blue) = 146+18+122=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92127A is #6DED85. Grayscale: #434343. Windows color (decimal): -7204230 or 8000146. OLE color: 8000146.

HSL color Cylindrical-coordinate representation of color #92127A: hue angle of 311.25º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92127A is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14618122-
CMYK00.880.160.43
HSL311.25º78.05%32.16%-
HSV(B)311.25º87.67%57.25%-
XYZ15.587.9519.13-
YUV68.13158.41183.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=51.05%
G=6.29%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461812200.880.160.43311.2578.0532.16
Hex92127A058102B1374e20
Octal222221720130205346711640
Binary1001001010010111101001011000100001010111001101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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