#92338A

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

Shades of Dark Purple #92338A

Tints of Dark Purple #92338A

Color information

#92338A (or 0x92338A) is unknown color: approx Dark Purple. HEX triplet: 92, 33 and 8A. RGB value is (146,51,138). Sum of RGB (Red+Green+Blue) = 146+51+138=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92338A is #6DCC75. Grayscale: #595959. Windows color (decimal): -7195766 or 9057170. OLE color: 9057170.

HSL color Cylindrical-coordinate representation of color #92338A: hue angle of 305.05º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92338A is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14651138-
CMYK00.650.050.43
HSL305.05º48.22%38.63%-
HSV(B)305.05º65.07%57.25%-
XYZ17.6310.3125.11-
YUV89.32155.47168.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=43.58%
G=15.22%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465113800.650.050.43305.0548.2238.63
Hex92338A04152B1313027
Octal2226321201015534616047
Binary100100101100111000101001000001101101011100110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92338A; }

 p { color: rgb(146,51,138); }

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

<style>
 a { background-color: #92338A; }

 a { background-color: rgb(146,51,138); }

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

<style>
 span { border-color: #92338A; }

 span { border-color: rgb(146,51,138); }

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