#923072

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

Shades of Dark Purple #923072

Tints of Dark Purple #923072

Color information

#923072 (or 0x923072) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 72. RGB value is (146,48,114). Sum of RGB (Red+Green+Blue) = 146+48+114=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #923072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923072 is #6DCF8D. Grayscale: #545454. Windows color (decimal): -7196558 or 7483538. OLE color: 7483538.

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

Color convert

RGB14648114-
CMYK00.670.220.43
HSL319.59º50.52%38.04%-
HSV(B)319.59º67.12%57.25%-
XYZ15.959.4416.9-
YUV84.83144.47171.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=47.40%
G=15.58%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464811400.670.220.43319.5950.5238.04
Hex923072043162B1403326
Octal22260162010326535006346
Binary1001001011000011100100100001110110101011101000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923072; }

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

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

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

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

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

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

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

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