#92256F

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

Shades of Dark Purple #92256F

Tints of Dark Purple #92256F

Color information

#92256F (or 0x92256F) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 6F. RGB value is (146,37,111). Sum of RGB (Red+Green+Blue) = 146+37+111=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92256F is #6DDA90. Grayscale: #4D4D4D. Windows color (decimal): -7199377 or 7284114. OLE color: 7284114.

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

Color convert

RGB14637111-
CMYK00.750.240.43
HSL319.27º59.56%35.88%-
HSV(B)319.27º74.66%57.25%-
XYZ15.388.5815.88-
YUV78.03146.61176.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=49.66%
G=12.59%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463711100.750.240.43319.2759.5635.88
Hex92256F04B182B13f3c24
Octal22245157011330534777444
Binary1001001010010111011110100101111000101011100111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,37,111); }

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

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

 a { background-color: rgb(146,37,111); }

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

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

 span { border-color: rgb(146,37,111); }

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