Html Css Color HEX #851A89 Dark Purple

📋 copy color: '#851A89'

red 133 ◦ green 26 ◦ blue 137

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

Shades of Dark Purple #851A89

Tints of Dark Purple #851A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 44.93%
G = 8.78%
B = 46.28%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#851A89 (or 0x851A89) is known color: Dark Purple. HEX triplet: 85, 1A and 89. RGB value is (133,26,137). Sum of RGB (Red+Green+Blue) = 133+26+137=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #851A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A89 is #7AE576. Grayscale: #464646. Windows color (decimal): -8054135 or 8985221. OLE color: 8985221.

HSL color Cylindrical-coordinate representation of color #851A89: hue angle of 297.84º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851A89 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 26 137 -
CMYK 0.03 0.81 0 0.46
HSL 297.84º 0.68% 0.32% -
HSV(B) 297.84º 0.81% 0.54% -
XYZ 14.56 7.53 24.35 -
YUV 70.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 133 26 137 0.03 0.81 0 0.46 297.84 0.68 0.32
Hex 85 1A 89 3 51 0 2E 12A 44 20
Octal 205 32 211 3 121 0 56 452 104 40
Binary 10000101 11010 10001001 11 1010001 0 101110 100101010 1000100 100000

Color Harmonies of #851A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A89

Black with #851A89

Text Example


Text Example

White with #851A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A89; }

 p { color: rgb(133,26,137); }

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

background-color css

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

 a { background-color: rgb(133,26,137); }

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

border-color css

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

 span { border-color: rgb(133,26,137); }

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