#892286

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

Shades of Dark Purple #892286

Tints of Dark Purple #892286

Color information

#892286 (or 0x892286) is unknown color: approx Dark Purple. HEX triplet: 89, 22 and 86. RGB value is (137,34,134). Sum of RGB (Red+Green+Blue) = 137+34+134=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #892286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892286 is #76DD79. Grayscale: #4B4B4B. Windows color (decimal): -7789946 or 8790665. OLE color: 8790665.

HSL color Cylindrical-coordinate representation of color #892286: hue angle of 301.75º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892286 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13734134-
CMYK00.750.020.46
HSL301.75º60.23%33.53%-
HSV(B)301.75º75.18%53.73%-
XYZ15.198.1823.33-
YUV76.2160.62171.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=44.92%
G=11.15%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373413400.750.020.46301.7560.2333.53
Hex89228604B22E12e3c22
Octal2114220601132564567442
Binary10001001100010100001100100101110101110100101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892286; }

 p { color: rgb(137,34,134); }

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

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

 a { background-color: rgb(137,34,134); }

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

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

 span { border-color: rgb(137,34,134); }

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