#833268

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

Shades of Dark Purple #833268

Tints of Dark Purple #833268

Color information

#833268 (or 0x833268) is unknown color: approx Dark Purple. HEX triplet: 83, 32 and 68. RGB value is (131,50,104). Sum of RGB (Red+Green+Blue) = 131+50+104=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #833268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833268 is #7CCD97. Grayscale: #505050. Windows color (decimal): -8179096 or 6828675. OLE color: 6828675.

HSL color Cylindrical-coordinate representation of color #833268: hue angle of 320º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833268 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13150104-
CMYK00.620.210.49
HSL320º44.75%35.49%-
HSV(B)320º61.83%51.37%-
XYZ138.1113.98-
YUV80.37141.34164.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=45.96%
G=17.54%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315010400.620.210.4932044.7535.49
Hex83326803E15311402d23
Octal2036215007625615005543
Binary100000111100101101000011111010101110001101000000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833268; }

 p { color: rgb(131,50,104); }

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

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

 a { background-color: rgb(131,50,104); }

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

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

 span { border-color: rgb(131,50,104); }

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