Html Css Color HEX #83217B Dark Purple

📋 copy color: '#83217B'

red 131 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #83217B

Tints of Dark Purple #83217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 45.64%
G = 11.5%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83217B (or 0x83217B) is known color: Dark Purple. HEX triplet: 83, 21 and 7B. RGB value is (131,33,123). Sum of RGB (Red+Green+Blue) = 131+33+123=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83217B is #7CDE84. Grayscale: #484848. Windows color (decimal): -8183429 or 8069507. OLE color: 8069507.

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

Color convert

RGB 131 33 123 -
CMYK 0 0.75 0.06 0.49
HSL 304.9º 0.6% 0.32% -
HSV(B) 304.9º 0.75% 0.51% -
XYZ 13.48 7.34 19.45 -
YUV 72.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 131 33 123 0 0.75 0.06 0.49 304.9 0.6 0.32
Hex 83 21 7B 0 4B 6 31 131 3C 20
Octal 203 41 173 0 113 6 61 461 74 40
Binary 10000011 100001 1111011 0 1001011 110 110001 100110001 111100 100000

Color Harmonies of #83217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83217B

Black with #83217B

Text Example


Text Example

White with #83217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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