#92258C

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

Shades of Dark Purple #92258C

Tints of Dark Purple #92258C

Color information

#92258C (or 0x92258C) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 8C. RGB value is (146,37,140). Sum of RGB (Red+Green+Blue) = 146+37+140=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92258C is #6DDA73. Grayscale: #515151. Windows color (decimal): -7199348 or 9184658. OLE color: 9184658.

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

Color convert

RGB14637140-
CMYK00.750.040.43
HSL303.3º59.56%35.88%-
HSV(B)303.3º74.66%57.25%-
XYZ17.259.3325.7-
YUV81.33161.11174.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 37 (14.84% from 255) = 11.46%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=45.20%
G=11.46%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463714000.750.040.43303.359.5635.88
Hex92258C04B42B12f3c24
Octal2224521401134534577444
Binary100100101001011000110001001011100101011100101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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