Html Css Color HEX #830184 Purple

📋 copy color: '#830184'

red 131 ◦ green 1 ◦ blue 132

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

Shades of Purple #830184

Tints of Purple #830184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

R = 49.62%
G = 0.38%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830184 (or 0x830184) is known color: Purple. HEX triplet: 83, 01 and 84. RGB value is (131,1,132). Sum of RGB (Red+Green+Blue) = 131+1+132=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #830184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830184 is #7CFE7B. Grayscale: #363636. Windows color (decimal): -8191612 or 8651139. OLE color: 8651139.

HSL color Cylindrical-coordinate representation of color #830184: hue angle of 299.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830184 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 1 132 -
CMYK 0.01 0.99 0 0.48
HSL 299.54º 0.98% 0.26% -
HSV(B) 299.54º 0.99% 0.52% -
XYZ 13.54 6.51 22.37 -
YUV 54.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 131 1 132 0.01 0.99 0 0.48 299.54 0.98 0.26
Hex 83 1 84 1 63 0 30 12C 62 1A
Octal 203 1 204 1 143 0 60 454 142 32
Binary 10000011 1 10000100 1 1100011 0 110000 100101100 1100010 11010

Color Harmonies of #830184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830184

Black with #830184

Text Example


Text Example

White with #830184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830184; }

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

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

background-color css

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

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

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

border-color css

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

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

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