#923A7A

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

Shades of Dark Purple #923A7A

Tints of Dark Purple #923A7A

Color information

#923A7A (or 0x923A7A) is unknown color: approx Dark Purple. HEX triplet: 92, 3A and 7A. RGB value is (146,58,122). Sum of RGB (Red+Green+Blue) = 146+58+122=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #923A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A7A is #6DC585. Grayscale: #5B5B5B. Windows color (decimal): -7193990 or 8010386. OLE color: 8010386.

HSL color Cylindrical-coordinate representation of color #923A7A: hue angle of 316.36º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A7A is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14658122-
CMYK00.600.160.43
HSL316.36º43.14%40%-
HSV(B)316.36º60.27%57.25%-
XYZ16.8810.5419.56-
YUV91.61145.15166.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=44.79%
G=17.79%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465812200.600.160.43316.3643.1440
Hex923A7A03C102B13c2b28
Octal2227217207420534745350
Binary100100101110101111010011110010000101011100111100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923A7A; }

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

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

<style>
 a { background-color: #923A7A; }

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

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

<style>
 span { border-color: #923A7A; }

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

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