#83306F

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

Shades of Dark Purple #83306F

Tints of Dark Purple #83306F

Color information

#83306F (or 0x83306F) is unknown color: approx Dark Purple. HEX triplet: 83, 30 and 6F. RGB value is (131,48,111). Sum of RGB (Red+Green+Blue) = 131+48+111=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83306F is #7CCF90. Grayscale: #4F4F4F. Windows color (decimal): -8179601 or 7286915. OLE color: 7286915.

HSL color Cylindrical-coordinate representation of color #83306F: hue angle of 314.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83306F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13148111-
CMYK00.630.150.49
HSL314.46º46.37%35.1%-
HSV(B)314.46º63.36%51.37%-
XYZ13.298.0915.9-
YUV80145.5164.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.17%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=45.17%
G=16.55%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314811100.630.150.49314.4646.3735.1
Hex83306F03FF3113a2e23
Octal2036015707717614725643
Binary10000011110000110111101111111111110001100111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83306F; }

 p { color: rgb(131,48,111); }

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

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

 a { background-color: rgb(131,48,111); }

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

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

 span { border-color: rgb(131,48,111); }

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