#923078

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

Shades of Dark Purple #923078

Tints of Dark Purple #923078

Color information

#923078 (or 0x923078) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 78. RGB value is (146,48,120). Sum of RGB (Red+Green+Blue) = 146+48+120=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923078 is #6DCF87. Grayscale: #555555. Windows color (decimal): -7196552 or 7876754. OLE color: 7876754.

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

Color convert

RGB14648120-
CMYK00.670.180.43
HSL315.92º50.52%38.04%-
HSV(B)315.92º67.12%57.25%-
XYZ16.39.5818.76-
YUV85.51147.47171.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=46.50%
G=15.29%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464812000.670.180.43315.9250.5238.04
Hex923078043122B13c3326
Octal22260170010322534746346
Binary1001001011000011110000100001110010101011100111100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923078; }

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

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

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

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

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

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

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

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