#92268D

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

Shades of Dark Purple #92268D

Tints of Dark Purple #92268D

Color information

#92268D (or 0x92268D) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 8D. RGB value is (146,38,141). Sum of RGB (Red+Green+Blue) = 146+38+141=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92268D is #6DD972. Grayscale: #515151. Windows color (decimal): -7199091 or 9250450. OLE color: 9250450.

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

Color convert

RGB14638141-
CMYK00.740.030.43
HSL302.78º58.7%36.08%-
HSV(B)302.78º73.97%57.25%-
XYZ17.359.4226.1-
YUV82.03161.28173.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=44.92%
G=11.69%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463814100.740.030.43302.7858.736.08
Hex92268D04A32B12f3b24
Octal2224621501123534577344
Binary10010010100110100011010100101011101011100101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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