Html Css Color HEX #800185 Purple

📋 copy color: '#800185'

red 128 ◦ green 1 ◦ blue 133

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

Shades of Purple #800185

Tints of Purple #800185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 48.85%
G = 0.38%
B = 50.76%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800185 (or 0x800185) is known color: Purple. HEX triplet: 80, 01 and 85. RGB value is (128,1,133). Sum of RGB (Red+Green+Blue) = 128+1+133=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #800185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800185 is #7FFE7A. Grayscale: #353535. Windows color (decimal): -8388219 or 8716672. OLE color: 8716672.

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

Color convert

RGB 128 1 133 -
CMYK 0.04 0.99 0 0.48
HSL 297.73º 0.99% 0.26% -
HSV(B) 297.73º 0.99% 0.52% -
XYZ 13.15 6.3 22.71 -
YUV 54.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 128 1 133 0.04 0.99 0 0.48 297.73 0.99 0.26
Hex 80 1 85 4 63 0 30 12A 63 1A
Octal 200 1 205 4 143 0 60 452 143 32
Binary 10000000 1 10000101 100 1100011 0 110000 100101010 1100011 11010

Color Harmonies of #800185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800185

Black with #800185

Text Example


Text Example

White with #800185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800185; }

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

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

background-color css

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

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

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

border-color css

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

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

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