Html Css Color HEX #851983 Dark Purple

📋 copy color: '#851983'

red 133 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #851983

Tints of Dark Purple #851983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 46.02%
G = 8.65%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851983 (or 0x851983) is known color: Dark Purple. HEX triplet: 85, 19 and 83. RGB value is (133,25,131). Sum of RGB (Red+Green+Blue) = 133+25+131=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #851983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851983 is #7AE67C. Grayscale: #454545. Windows color (decimal): -8054397 or 8591749. OLE color: 8591749.

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

Color convert

RGB 133 25 131 -
CMYK 0 0.81 0.02 0.48
HSL 301.11º 0.68% 0.31% -
HSV(B) 301.11º 0.81% 0.52% -
XYZ 14.12 7.32 22.14 -
YUV 69.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 133 25 131 0 0.81 0.02 0.48 301.11 0.68 0.31
Hex 85 19 83 0 51 2 30 12D 44 1F
Octal 205 31 203 0 121 2 60 455 104 37
Binary 10000101 11001 10000011 0 1010001 10 110000 100101101 1000100 11111

Color Harmonies of #851983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851983

Black with #851983

Text Example


Text Example

White with #851983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851983; }

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

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

background-color css

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

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

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

border-color css

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

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

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