Html Css Color HEX #83356C Dark Purple

📋 copy color: '#83356C'

red 131 ◦ green 53 ◦ blue 108

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

Shades of Dark Purple #83356C

Tints of Dark Purple #83356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 44.86%
G = 18.15%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83356C (or 0x83356C) is known color: Dark Purple. HEX triplet: 83, 35 and 6C. RGB value is (131,53,108). Sum of RGB (Red+Green+Blue) = 131+53+108=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83356C is #7CCA93. Grayscale: #525252. Windows color (decimal): -8178324 or 7091587. OLE color: 7091587.

HSL color Cylindrical-coordinate representation of color #83356C: hue angle of 317.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83356C is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 53 108 -
CMYK 0 0.60 0.18 0.49
HSL 317.69º 0.42% 0.36% -
HSV(B) 317.69º 0.6% 0.51% -
XYZ 13.34 8.45 15.12 -
YUV 82.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 131 53 108 0 0.60 0.18 0.49 317.69 0.42 0.36
Hex 83 35 6C 0 3C 12 31 13E 2A 24
Octal 203 65 154 0 74 22 61 476 52 44
Binary 10000011 110101 1101100 0 111100 10010 110001 100111110 101010 100100

Color Harmonies of #83356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83356C

Black with #83356C

Text Example


Text Example

White with #83356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83356C; }

 p { color: rgb(131,53,108); }

 H1.HeaderClassName
 {
   color: #83356C;
 }
 .AnyTagClassName
 {
   color: #83356C;
 }
</style>

background-color css

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

 a { background-color: rgb(131,53,108); }

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

border-color css

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

 span { border-color: rgb(131,53,108); }

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