#92347A

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

Shades of Dark Purple #92347A

Tints of Dark Purple #92347A

Color information

#92347A (or 0x92347A) is unknown color: approx Dark Purple. HEX triplet: 92, 34 and 7A. RGB value is (146,52,122). Sum of RGB (Red+Green+Blue) = 146+52+122=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92347A is #6DCB85. Grayscale: #575757. Windows color (decimal): -7195526 or 8008850. OLE color: 8008850.

HSL color Cylindrical-coordinate representation of color #92347A: hue angle of 315.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92347A is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14652122-
CMYK00.640.160.43
HSL315.32º47.47%38.82%-
HSV(B)315.32º64.38%57.25%-
XYZ16.599.9719.46-
YUV88.09147.14169.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=45.62%
G=16.25%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465212200.640.160.43315.3247.4738.82
Hex92347A040102B13b2f27
Octal22264172010020534735747
Binary1001001011010011110100100000010000101011100111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92347A; }

 p { color: rgb(146,52,122); }

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

<style>
 a { background-color: #92347A; }

 a { background-color: rgb(146,52,122); }

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

<style>
 span { border-color: #92347A; }

 span { border-color: rgb(146,52,122); }

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