#92317B

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

Shades of Dark Purple #92317B

Tints of Dark Purple #92317B

Color information

#92317B (or 0x92317B) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 7B. RGB value is (146,49,123). Sum of RGB (Red+Green+Blue) = 146+49+123=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #92317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92317B is #6DCE84. Grayscale: #565656. Windows color (decimal): -7196293 or 8073618. OLE color: 8073618.

HSL color Cylindrical-coordinate representation of color #92317B: hue angle of 314.23º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92317B is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14649123-
CMYK00.660.160.43
HSL314.23º49.74%38.24%-
HSV(B)314.23º66.44%57.25%-
XYZ16.539.7419.75-
YUV86.44148.64170.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=45.91%
G=15.41%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464912300.660.160.43314.2349.7438.24
Hex92317B042102B13a3226
Octal22261173010220534726246
Binary1001001011000111110110100001010000101011100111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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