Html Css Color HEX #850380 Purple

📋 copy color: '#850380'

red 133 ◦ green 3 ◦ blue 128

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

Shades of Purple #850380

Tints of Purple #850380

RGB

 RED value IS 133 (52.34% from 255) = 50.38%

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 50.38%
G = 1.14%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850380 (or 0x850380) is known color: Purple. HEX triplet: 85, 03 and 80. RGB value is (133,3,128). Sum of RGB (Red+Green+Blue) = 133+3+128=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #850380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850380 is #7AFC7F. Grayscale: #373737. Windows color (decimal): -8060032 or 8389509. OLE color: 8389509.

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

Color convert

RGB 133 3 128 -
CMYK 0 0.98 0.04 0.48
HSL 302.31º 0.96% 0.27% -
HSV(B) 302.31º 0.98% 0.52% -
XYZ 13.6 6.61 20.98 -
YUV 56.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 133 3 128 0 0.98 0.04 0.48 302.31 0.96 0.27
Hex 85 3 80 0 62 4 30 12E 60 1B
Octal 205 3 200 0 142 4 60 456 140 33
Binary 10000101 11 10000000 0 1100010 100 110000 100101110 1100000 11011

Color Harmonies of #850380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850380

Black with #850380

Text Example


Text Example

White with #850380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850380; }

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

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

background-color css

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

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

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

border-color css

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

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

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