Html Css Color HEX #850D83 Purple

📋 copy color: '#850D83'

red 133 ◦ green 13 ◦ blue 131

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

Shades of Purple #850D83

Tints of Purple #850D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 48.01%
G = 4.69%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#850D83 (or 0x850D83) is known color: Purple. HEX triplet: 85, 0D and 83. RGB value is (133,13,131). Sum of RGB (Red+Green+Blue) = 133+13+131=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #850D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D83 is #7AF27C. Grayscale: #3D3D3D. Windows color (decimal): -8057469 or 8588677. OLE color: 8588677.

HSL color Cylindrical-coordinate representation of color #850D83: hue angle of 301º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D83 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 131 -
CMYK 0 0.90 0.02 0.48
HSL 301º 0.82% 0.29% -
HSV(B) 301º 0.9% 0.52% -
XYZ 13.91 6.91 22.07 -
YUV 62.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 133 13 131 0 0.90 0.02 0.48 301 0.82 0.29
Hex 85 D 83 0 5A 2 30 12D 52 1D
Octal 205 15 203 0 132 2 60 455 122 35
Binary 10000101 1101 10000011 0 1011010 10 110000 100101101 1010010 11101

Color Harmonies of #850D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D83

Black with #850D83

Text Example


Text Example

White with #850D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D83; }

 p { color: rgb(133,13,131); }

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

background-color css

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

 a { background-color: rgb(133,13,131); }

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

border-color css

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

 span { border-color: rgb(133,13,131); }

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