#92307D

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

Shades of Dark Purple #92307D

Tints of Dark Purple #92307D

Color information

#92307D (or 0x92307D) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 7D. RGB value is (146,48,125). Sum of RGB (Red+Green+Blue) = 146+48+125=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #92307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307D is #6DCF82. Grayscale: #555555. Windows color (decimal): -7196547 or 8204434. OLE color: 8204434.

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

Color convert

RGB14648125-
CMYK00.670.140.43
HSL312.86º50.52%38.04%-
HSV(B)312.86º67.12%57.25%-
XYZ16.619.7120.4-
YUV86.08149.97170.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=45.77%
G=15.05%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464812500.670.140.43312.8650.5238.04
Hex92307D043E2B1393326
Octal22260175010316534716346
Binary100100101100001111101010000111110101011100111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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