#923178

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

Shades of Dark Purple #923178

Tints of Dark Purple #923178

Color information

#923178 (or 0x923178) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 78. RGB value is (146,49,120). Sum of RGB (Red+Green+Blue) = 146+49+120=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #923178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923178 is #6DCE87. Grayscale: #555555. Windows color (decimal): -7196296 or 7877010. OLE color: 7877010.

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

Color convert

RGB14649120-
CMYK00.660.180.43
HSL316.08º49.74%38.24%-
HSV(B)316.08º66.44%57.25%-
XYZ16.349.6618.77-
YUV86.1147.14170.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=46.35%
G=15.56%
B=38.10%

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
Decimal1464912000.660.180.43316.0849.7438.24
Hex923178042122B13c3226
Octal22261170010222534746246
Binary1001001011000111110000100001010010101011100111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923178; }

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

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

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

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

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

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

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

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