Html Css Color HEX #851381 Dark Purple

📋 copy color: '#851381'

red 133 ◦ green 19 ◦ blue 129

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

Shades of Dark Purple #851381

Tints of Dark Purple #851381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 47.33%
G = 6.76%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#851381 (or 0x851381) is known color: Dark Purple. HEX triplet: 85, 13 and 81. RGB value is (133,19,129). Sum of RGB (Red+Green+Blue) = 133+19+129=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #851381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851381 is #7AEC7E. Grayscale: #414141. Windows color (decimal): -8055935 or 8459141. OLE color: 8459141.

HSL color Cylindrical-coordinate representation of color #851381: hue angle of 302.11º 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 #851381 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 129 -
CMYK 0 0.86 0.03 0.48
HSL 302.11º 0.75% 0.3% -
HSV(B) 302.11º 0.86% 0.52% -
XYZ 13.87 7.04 21.4 -
YUV 65.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 133 19 129 0 0.86 0.03 0.48 302.11 0.75 0.3
Hex 85 13 81 0 56 3 30 12E 4B 1E
Octal 205 23 201 0 126 3 60 456 113 36
Binary 10000101 10011 10000001 0 1010110 11 110000 100101110 1001011 11110

Color Harmonies of #851381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851381

Black with #851381

Text Example


Text Example

White with #851381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851381; }

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

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

background-color css

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

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

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

border-color css

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

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

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