#92187D

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

Shades of Dark Purple #92187D

Tints of Dark Purple #92187D

Color information

#92187D (or 0x92187D) is unknown color: approx Dark Purple. HEX triplet: 92, 18 and 7D. RGB value is (146,24,125). Sum of RGB (Red+Green+Blue) = 146+24+125=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #92187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92187D is #6DE782. Grayscale: #474747. Windows color (decimal): -7202691 or 8198290. OLE color: 8198290.

HSL color Cylindrical-coordinate representation of color #92187D: hue angle of 310.33º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92187D is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14624125-
CMYK00.840.140.43
HSL310.33º71.76%33.33%-
HSV(B)310.33º83.56%57.25%-
XYZ15.888.2420.16-
YUV71.99157.92180.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=49.49%
G=8.14%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462412500.840.140.43310.3371.7633.33
Hex92187D054E2B1364821
Octal222301750124165346611041
Binary100100101100011111010101010011101010111001101101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,24,125); }

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

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

 a { background-color: rgb(146,24,125); }

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

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

 span { border-color: rgb(146,24,125); }

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