Html Css Color HEX #851383 Dark Purple

📋 copy color: '#851383'

red 133 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #851383

Tints of Dark Purple #851383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 47%
G = 6.71%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851383 (or 0x851383) is known color: Dark Purple. HEX triplet: 85, 13 and 83. RGB value is (133,19,131). Sum of RGB (Red+Green+Blue) = 133+19+131=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #851383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851383 is #7AEC7C. Grayscale: #414141. Windows color (decimal): -8055933 or 8590213. OLE color: 8590213.

HSL color Cylindrical-coordinate representation of color #851383: hue angle of 301.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851383 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 131 -
CMYK 0 0.86 0.02 0.48
HSL 301.05º 0.75% 0.3% -
HSV(B) 301.05º 0.86% 0.52% -
XYZ 14 7.09 22.1 -
YUV 65.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 133 19 131 0 0.86 0.02 0.48 301.05 0.75 0.3
Hex 85 13 83 0 56 2 30 12D 4B 1E
Octal 205 23 203 0 126 2 60 455 113 36
Binary 10000101 10011 10000011 0 1010110 10 110000 100101101 1001011 11110

Color Harmonies of #851383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851383

Black with #851383

Text Example


Text Example

White with #851383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851383; }

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

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

background-color css

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

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

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

border-color css

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

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

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