#923278

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

Shades of Dark Purple #923278

Tints of Dark Purple #923278

Color information

#923278 (or 0x923278) is unknown color: approx Dark Purple. HEX triplet: 92, 32 and 78. RGB value is (146,50,120). Sum of RGB (Red+Green+Blue) = 146+50+120=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #923278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923278 is #6DCD87. Grayscale: #565656. Windows color (decimal): -7196040 or 7877266. OLE color: 7877266.

HSL color Cylindrical-coordinate representation of color #923278: hue angle of 316.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923278 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14650120-
CMYK00.660.180.43
HSL316.25º48.98%38.43%-
HSV(B)316.25º65.75%57.25%-
XYZ16.389.7518.79-
YUV86.68146.8170.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=46.20%
G=15.82%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465012000.660.180.43316.2548.9838.43
Hex923278042122B13c3126
Octal22262170010222534746146
Binary1001001011001011110000100001010010101011100111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923278; }

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

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

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

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

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

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

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

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