Html Css Color HEX #83167D Dark Purple

📋 copy color: '#83167D'

red 131 ◦ green 22 ◦ blue 125

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

Shades of Dark Purple #83167D

Tints of Dark Purple #83167D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 47.12%
G = 7.91%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83167D (or 0x83167D) is known color: Dark Purple. HEX triplet: 83, 16 and 7D. RGB value is (131,22,125). Sum of RGB (Red+Green+Blue) = 131+22+125=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83167D is #7CE982. Grayscale: #424242. Windows color (decimal): -8186243 or 8197763. OLE color: 8197763.

HSL color Cylindrical-coordinate representation of color #83167D: hue angle of 303.3º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83167D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 125 -
CMYK 0 0.83 0.05 0.49
HSL 303.3º 0.71% 0.3% -
HSV(B) 303.3º 0.83% 0.51% -
XYZ 13.35 6.88 20.03 -
YUV 66.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 131 22 125 0 0.83 0.05 0.49 303.3 0.71 0.3
Hex 83 16 7D 0 53 5 31 12F 47 1E
Octal 203 26 175 0 123 5 61 457 107 36
Binary 10000011 10110 1111101 0 1010011 101 110001 100101111 1000111 11110

Color Harmonies of #83167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83167D

Black with #83167D

Text Example


Text Example

White with #83167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83167D; }

 p { color: rgb(131,22,125); }

 H1.HeaderClassName
 {
   color: #83167D;
 }
 .AnyTagClassName
 {
   color: #83167D;
 }
</style>

background-color css

<style>
 a { background-color: #83167D; }

 a { background-color: rgb(131,22,125); }

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

border-color css

<style>
 span { border-color: #83167D; }

 span { border-color: rgb(131,22,125); }

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