Html Css Color HEX #83386E Dark Purple

📋 copy color: '#83386E'

red 131 ◦ green 56 ◦ blue 110

#83386E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #83386E

Tints of Dark Purple #83386E

RGB

 RED value IS 131 (51.56% from 255) = 44.11%

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 44.11%
G = 18.86%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83386E (or 0x83386E) is known color: Dark Purple. HEX triplet: 83, 38 and 6E. RGB value is (131,56,110). Sum of RGB (Red+Green+Blue) = 131+56+110=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83386E is #7CC791. Grayscale: #545454. Windows color (decimal): -8177554 or 7223427. OLE color: 7223427.

HSL color Cylindrical-coordinate representation of color #83386E: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83386E is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 110 -
CMYK 0 0.57 0.16 0.49
HSL 316.8º 0.4% 0.37% -
HSV(B) 316.8º 0.57% 0.51% -
XYZ 13.59 8.78 15.73 -
YUV 84.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 131 56 110 0 0.57 0.16 0.49 316.8 0.4 0.37
Hex 83 38 6E 0 39 10 31 13D 28 25
Octal 203 70 156 0 71 20 61 475 50 45
Binary 10000011 111000 1101110 0 111001 10000 110001 100111101 101000 100101

Color Harmonies of #83386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83386E

Black with #83386E

Text Example


Text Example

White with #83386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83386E; }

 p { color: rgb(131,56,110); }

 H1.HeaderClassName
 {
   color: #83386E;
 }
 .AnyTagClassName
 {
   color: #83386E;
 }
</style>

background-color css

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

 a { background-color: rgb(131,56,110); }

 div.DivClassName
 {
   background-color: #83386E;
 }
 .BgClassName
 {
   background-color: #83386E;
 }
</style>

border-color css

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

 span { border-color: rgb(131,56,110); }

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