#942683

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

Shades of Dark Purple #942683

Tints of Dark Purple #942683

Color information

#942683 (or 0x942683) is unknown color: approx Dark Purple. HEX triplet: 94, 26 and 83. RGB value is (148,38,131). Sum of RGB (Red+Green+Blue) = 148+38+131=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942683 is #6BD97C. Grayscale: #515151. Windows color (decimal): -7068029 or 8595092. OLE color: 8595092.

HSL color Cylindrical-coordinate representation of color #942683: hue angle of 309.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942683 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14838131-
CMYK00.740.110.42
HSL309.27º59.14%36.47%-
HSV(B)309.27º74.32%58.04%-
XYZ179.3222.38-
YUV81.49155.94175.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=46.69%
G=11.99%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483813100.740.110.42309.2759.1436.47
Hex94268304AB2A1353b24
Octal22446203011213524657344
Binary1001010010011010000011010010101011101010100110101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942683; }

 p { color: rgb(148,38,131); }

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

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

 a { background-color: rgb(148,38,131); }

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

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

 span { border-color: rgb(148,38,131); }

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