#923070

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

Shades of Dark Purple #923070

Tints of Dark Purple #923070

Color information

#923070 (or 0x923070) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 70. RGB value is (146,48,112). Sum of RGB (Red+Green+Blue) = 146+48+112=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #923070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923070 is #6DCF8F. Grayscale: #545454. Windows color (decimal): -7196560 or 7352466. OLE color: 7352466.

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

Color convert

RGB14648112-
CMYK00.670.230.43
HSL320.82º50.52%38.04%-
HSV(B)320.82º67.12%57.25%-
XYZ15.849.3916.31-
YUV84.6143.47171.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=47.71%
G=15.69%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464811200.670.230.43320.8250.5238.04
Hex923070043172B1413326
Octal22260160010327535016346
Binary1001001011000011100000100001110111101011101000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923070; }

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

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

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

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

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

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

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

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