Html Css Color HEX #851483 Dark Purple

📋 copy color: '#851483'

red 133 ◦ green 20 ◦ blue 131

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

Shades of Dark Purple #851483

Tints of Dark Purple #851483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 46.83%
G = 7.04%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851483 (or 0x851483) is known color: Dark Purple. HEX triplet: 85, 14 and 83. RGB value is (133,20,131). Sum of RGB (Red+Green+Blue) = 133+20+131=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #851483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851483 is #7AEB7C. Grayscale: #424242. Windows color (decimal): -8055677 or 8590469. OLE color: 8590469.

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

Color convert

RGB 133 20 131 -
CMYK 0 0.85 0.02 0.48
HSL 301.06º 0.74% 0.3% -
HSV(B) 301.06º 0.85% 0.52% -
XYZ 14.02 7.13 22.11 -
YUV 66.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 133 20 131 0 0.85 0.02 0.48 301.06 0.74 0.3
Hex 85 14 83 0 55 2 30 12D 4A 1E
Octal 205 24 203 0 125 2 60 455 112 36
Binary 10000101 10100 10000011 0 1010101 10 110000 100101101 1001010 11110

Color Harmonies of #851483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851483

Black with #851483

Text Example


Text Example

White with #851483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851483; }

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

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

background-color css

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

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

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

border-color css

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

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

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