#92258F

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

Shades of Dark Purple #92258F

Tints of Dark Purple #92258F

Color information

#92258F (or 0x92258F) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 8F. RGB value is (146,37,143). Sum of RGB (Red+Green+Blue) = 146+37+143=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92258F is #6DDA70. Grayscale: #515151. Windows color (decimal): -7199345 or 9381266. OLE color: 9381266.

HSL color Cylindrical-coordinate representation of color #92258F: hue angle of 301.65º 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 #92258F is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB14637143-
CMYK00.750.020.43
HSL301.65º59.56%35.88%-
HSV(B)301.65º74.66%57.25%-
XYZ17.479.4226.88-
YUV81.67162.61173.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=44.79%
G=11.35%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463714300.750.020.43301.6559.5635.88
Hex92258F04B22B12e3c24
Octal2224521701132534567444
Binary10010010100101100011110100101110101011100101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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