#92268F

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

Shades of Dark Purple #92268F

Tints of Dark Purple #92268F

Color information

#92268F (or 0x92268F) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 8F. RGB value is (146,38,143). Sum of RGB (Red+Green+Blue) = 146+38+143=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92268F is #6DD970. Grayscale: #515151. Windows color (decimal): -7199089 or 9381522. OLE color: 9381522.

HSL color Cylindrical-coordinate representation of color #92268F: hue angle of 301.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92268F is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB14638143-
CMYK00.740.020.43
HSL301.67º58.7%36.08%-
HSV(B)301.67º73.97%57.25%-
XYZ17.519.4826.89-
YUV82.26162.28173.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=44.65%
G=11.62%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463814300.740.020.43301.6758.736.08
Hex92268F04A22B12e3b24
Octal2224621701122534567344
Binary10010010100110100011110100101010101011100101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,38,143); }

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

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

 a { background-color: rgb(146,38,143); }

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

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

 span { border-color: rgb(146,38,143); }

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