Html Css Color HEX #830176 Purple

📋 copy color: '#830176'

red 131 ◦ green 1 ◦ blue 118

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

Shades of Purple #830176

Tints of Purple #830176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 52.4%
G = 0.4%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#830176 (or 0x830176) is known color: Purple. HEX triplet: 83, 01 and 76. RGB value is (131,1,118). Sum of RGB (Red+Green+Blue) = 131+1+118=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #830176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830176 is #7CFE89. Grayscale: #343434. Windows color (decimal): -8191626 or 7733635. OLE color: 7733635.

HSL color Cylindrical-coordinate representation of color #830176: hue angle of 306º 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 #830176 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 118 -
CMYK 0 0.99 0.10 0.49
HSL 306º 0.98% 0.26% -
HSV(B) 306º 0.99% 0.51% -
XYZ 12.64 6.16 17.66 -
YUV 53.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 131 1 118 0 0.99 0.10 0.49 306 0.98 0.26
Hex 83 1 76 0 63 A 31 132 62 1A
Octal 203 1 166 0 143 12 61 462 142 32
Binary 10000011 1 1110110 0 1100011 1010 110001 100110010 1100010 11010

Color Harmonies of #830176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830176

Black with #830176

Text Example


Text Example

White with #830176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830176; }

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

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

background-color css

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

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

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

border-color css

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

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

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