#923E7E

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

Shades of Dark Purple #923E7E

Tints of Dark Purple #923E7E

Color information

#923E7E (or 0x923E7E) is unknown color: approx Dark Purple. HEX triplet: 92, 3E and 7E. RGB value is (146,62,126). Sum of RGB (Red+Green+Blue) = 146+62+126=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #923E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E7E is #6DC181. Grayscale: #5E5E5E. Windows color (decimal): -7192962 or 8273554. OLE color: 8273554.

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

Color convert

RGB14662126-
CMYK00.580.140.43
HSL314.29º40.38%40.78%-
HSV(B)314.29º57.53%57.25%-
XYZ17.3411.0620.96-
YUV94.41145.83164.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=43.71%
G=18.56%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466212600.580.140.43314.2940.3840.78
Hex923E7E03AE2B13a2829
Octal2227617607216534725051
Binary10010010111110111111001110101110101011100111010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,62,126); }

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

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

 a { background-color: rgb(146,62,126); }

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

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

 span { border-color: rgb(146,62,126); }

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