#92268C

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

Shades of Dark Purple #92268C

Tints of Dark Purple #92268C

Color information

#92268C (or 0x92268C) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 8C. RGB value is (146,38,140). Sum of RGB (Red+Green+Blue) = 146+38+140=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #92268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92268C is #6DD973. Grayscale: #515151. Windows color (decimal): -7199092 or 9184914. OLE color: 9184914.

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

Color convert

RGB14638140-
CMYK00.740.040.43
HSL303.33º58.7%36.08%-
HSV(B)303.33º73.97%57.25%-
XYZ17.289.3925.71-
YUV81.92160.78173.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=45.06%
G=11.73%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463814000.740.040.43303.3358.736.08
Hex92268C04A42B12f3b24
Octal2224621401124534577344
Binary100100101001101000110001001010100101011100101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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