#923082

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

Shades of Dark Purple #923082

Tints of Dark Purple #923082

Color information

#923082 (or 0x923082) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 82. RGB value is (146,48,130). Sum of RGB (Red+Green+Blue) = 146+48+130=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #923082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923082 is #6DCF7D. Grayscale: #565656. Windows color (decimal): -7196542 or 8532114. OLE color: 8532114.

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

Color convert

RGB14648130-
CMYK00.670.110.43
HSL309.8º50.52%38.04%-
HSV(B)309.8º67.12%57.25%-
XYZ16.949.8422.12-
YUV86.65152.47170.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=45.06%
G=14.81%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464813000.670.110.43309.850.5238.04
Hex923082043B2B1363326
Octal22260202010313534666346
Binary1001001011000010000010010000111011101011100110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923082; }

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

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

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

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

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

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

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

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