#92307B

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

Shades of Dark Purple #92307B

Tints of Dark Purple #92307B

Color information

#92307B (or 0x92307B) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 7B. RGB value is (146,48,123). Sum of RGB (Red+Green+Blue) = 146+48+123=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #92307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307B is #6DCF84. Grayscale: #555555. Windows color (decimal): -7196549 or 8073362. OLE color: 8073362.

HSL color Cylindrical-coordinate representation of color #92307B: hue angle of 314.08º 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 #92307B is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14648123-
CMYK00.670.160.43
HSL314.08º50.52%38.04%-
HSV(B)314.08º67.12%57.25%-
XYZ16.499.6519.73-
YUV85.85148.97170.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=46.06%
G=15.14%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464812300.670.160.43314.0850.5238.04
Hex92307B043102B13a3326
Octal22260173010320534726346
Binary1001001011000011110110100001110000101011100111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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