Html Css Color HEX #83216F Dark Purple

📋 copy color: '#83216F'

red 131 ◦ green 33 ◦ blue 111

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

Shades of Dark Purple #83216F

Tints of Dark Purple #83216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 47.64%
G = 12%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83216F (or 0x83216F) is known color: Dark Purple. HEX triplet: 83, 21 and 6F. RGB value is (131,33,111). Sum of RGB (Red+Green+Blue) = 131+33+111=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83216F is #7CDE90. Grayscale: #464646. Windows color (decimal): -8183441 or 7283075. OLE color: 7283075.

HSL color Cylindrical-coordinate representation of color #83216F: hue angle of 312.24º 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 #83216F is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 111 -
CMYK 0 0.75 0.15 0.49
HSL 312.24º 0.6% 0.32% -
HSV(B) 312.24º 0.75% 0.51% -
XYZ 12.77 7.06 15.73 -
YUV 71.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 131 33 111 0 0.75 0.15 0.49 312.24 0.6 0.32
Hex 83 21 6F 0 4B F 31 138 3C 20
Octal 203 41 157 0 113 17 61 470 74 40
Binary 10000011 100001 1101111 0 1001011 1111 110001 100111000 111100 100000

Color Harmonies of #83216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83216F

Black with #83216F

Text Example


Text Example

White with #83216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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