#923482

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

Shades of Dark Purple #923482

Tints of Dark Purple #923482

Color information

#923482 (or 0x923482) is unknown color: approx Dark Purple. HEX triplet: 92, 34 and 82. RGB value is (146,52,130). Sum of RGB (Red+Green+Blue) = 146+52+130=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #923482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923482 is #6DCB7D. Grayscale: #585858. Windows color (decimal): -7195518 or 8533138. OLE color: 8533138.

HSL color Cylindrical-coordinate representation of color #923482: hue angle of 310.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923482 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14652130-
CMYK00.640.110.43
HSL310.21º47.47%38.82%-
HSV(B)310.21º64.38%57.25%-
XYZ17.1110.1822.18-
YUV89151.14168.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=44.51%
G=15.85%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465213000.640.110.43310.2147.4738.82
Hex923482040B2B1362f27
Octal22264202010013534665747
Binary1001001011010010000010010000001011101011100110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923482; }

 p { color: rgb(146,52,130); }

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

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

 a { background-color: rgb(146,52,130); }

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

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

 span { border-color: rgb(146,52,130); }

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