Html Css Color HEX #83016E Purple

📋 copy color: '#83016E'

red 131 ◦ green 1 ◦ blue 110

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

Shades of Purple #83016E

Tints of Purple #83016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 54.13%
G = 0.41%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83016E (or 0x83016E) is known color: Purple. HEX triplet: 83, 01 and 6E. RGB value is (131,1,110). Sum of RGB (Red+Green+Blue) = 131+1+110=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83016E is #7CFE91. Grayscale: #333333. Windows color (decimal): -8191634 or 7209347. OLE color: 7209347.

HSL color Cylindrical-coordinate representation of color #83016E: hue angle of 309.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83016E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 110 -
CMYK 0 0.99 0.16 0.49
HSL 309.69º 0.98% 0.26% -
HSV(B) 309.69º 0.99% 0.51% -
XYZ 12.19 5.97 15.26 -
YUV 52.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 131 1 110 0 0.99 0.16 0.49 309.69 0.98 0.26
Hex 83 1 6E 0 63 10 31 136 62 1A
Octal 203 1 156 0 143 20 61 466 142 32
Binary 10000011 1 1101110 0 1100011 10000 110001 100110110 1100010 11010

Color Harmonies of #83016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83016E

Black with #83016E

Text Example


Text Example

White with #83016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83016E; }

 p { color: rgb(131,1,110); }

 H1.HeaderClassName
 {
   color: #83016E;
 }
 .AnyTagClassName
 {
   color: #83016E;
 }
</style>

background-color css

<style>
 a { background-color: #83016E; }

 a { background-color: rgb(131,1,110); }

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

border-color css

<style>
 span { border-color: #83016E; }

 span { border-color: rgb(131,1,110); }

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