Html Css Color HEX #83216C Dark Purple

📋 copy color: '#83216C'

red 131 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #83216C

Tints of Dark Purple #83216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 48.16%
G = 12.13%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83216C (or 0x83216C) is known color: Dark Purple. HEX triplet: 83, 21 and 6C. RGB value is (131,33,108). Sum of RGB (Red+Green+Blue) = 131+33+108=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83216C is #7CDE93. Grayscale: #464646. Windows color (decimal): -8183444 or 7086467. OLE color: 7086467.

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

Color convert

RGB 131 33 108 -
CMYK 0 0.75 0.18 0.49
HSL 314.08º 0.6% 0.32% -
HSV(B) 314.08º 0.75% 0.51% -
XYZ 12.61 7 14.87 -
YUV 70.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 131 33 108 0 0.75 0.18 0.49 314.08 0.6 0.32
Hex 83 21 6C 0 4B 12 31 13A 3C 20
Octal 203 41 154 0 113 22 61 472 74 40
Binary 10000011 100001 1101100 0 1001011 10010 110001 100111010 111100 100000

Color Harmonies of #83216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83216C

Black with #83216C

Text Example


Text Example

White with #83216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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