Html Css Color HEX #800184 Purple

📋 copy color: '#800184'

red 128 ◦ green 1 ◦ blue 132

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

Shades of Purple #800184

Tints of Purple #800184

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

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

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

R = 49.04%
G = 0.38%
B = 50.57%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800184 (or 0x800184) is known color: Purple. HEX triplet: 80, 01 and 84. RGB value is (128,1,132). Sum of RGB (Red+Green+Blue) = 128+1+132=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #800184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800184 is #7FFE7B. Grayscale: #353535. Windows color (decimal): -8388220 or 8651136. OLE color: 8651136.

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

Color convert

RGB 128 1 132 -
CMYK 0.03 0.99 0 0.48
HSL 298.17º 0.98% 0.26% -
HSV(B) 298.17º 0.99% 0.52% -
XYZ 13.08 6.28 22.35 -
YUV 53.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 128 1 132 0.03 0.99 0 0.48 298.17 0.98 0.26
Hex 80 1 84 3 63 0 30 12A 62 1A
Octal 200 1 204 3 143 0 60 452 142 32
Binary 10000000 1 10000100 11 1100011 0 110000 100101010 1100010 11010

Color Harmonies of #800184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800184

Black with #800184

Text Example


Text Example

White with #800184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800184; }

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

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

background-color css

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

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

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

border-color css

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

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

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