Html Css Color HEX #83217A Dark Purple

📋 copy color: '#83217A'

red 131 ◦ green 33 ◦ blue 122

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

Shades of Dark Purple #83217A

Tints of Dark Purple #83217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 45.8%
G = 11.54%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83217A (or 0x83217A) is known color: Dark Purple. HEX triplet: 83, 21 and 7A. RGB value is (131,33,122). Sum of RGB (Red+Green+Blue) = 131+33+122=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83217A is #7CDE85. Grayscale: #484848. Windows color (decimal): -8183430 or 8003971. OLE color: 8003971.

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

Color convert

RGB 131 33 122 -
CMYK 0 0.75 0.07 0.49
HSL 305.51º 0.6% 0.32% -
HSV(B) 305.51º 0.75% 0.51% -
XYZ 13.42 7.32 19.12 -
YUV 72.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 131 33 122 0 0.75 0.07 0.49 305.51 0.6 0.32
Hex 83 21 7A 0 4B 7 31 132 3C 20
Octal 203 41 172 0 113 7 61 462 74 40
Binary 10000011 100001 1111010 0 1001011 111 110001 100110010 111100 100000

Color Harmonies of #83217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83217A

Black with #83217A

Text Example


Text Example

White with #83217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83217A; }

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

 H1.HeaderClassName
 {
   color: #83217A;
 }
 .AnyTagClassName
 {
   color: #83217A;
 }
</style>

background-color css

<style>
 a { background-color: #83217A; }

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

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

border-color css

<style>
 span { border-color: #83217A; }

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

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