Html Css Color HEX #851B89 Dark Purple

📋 copy color: '#851B89'

red 133 ◦ green 27 ◦ blue 137

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

Shades of Dark Purple #851B89

Tints of Dark Purple #851B89

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

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

R = 44.78%
G = 9.09%
B = 46.13%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#851B89 (or 0x851B89) is known color: Dark Purple. HEX triplet: 85, 1B and 89. RGB value is (133,27,137). Sum of RGB (Red+Green+Blue) = 133+27+137=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #851B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B89 is #7AE476. Grayscale: #464646. Windows color (decimal): -8053879 or 8985477. OLE color: 8985477.

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

Color convert

RGB 133 27 137 -
CMYK 0.03 0.80 0 0.46
HSL 297.82º 0.67% 0.32% -
HSV(B) 297.82º 0.8% 0.54% -
XYZ 14.58 7.58 24.36 -
YUV 71.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 133 27 137 0.03 0.80 0 0.46 297.82 0.67 0.32
Hex 85 1B 89 3 50 0 2E 12A 43 20
Octal 205 33 211 3 120 0 56 452 103 40
Binary 10000101 11011 10001001 11 1010000 0 101110 100101010 1000011 100000

Color Harmonies of #851B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851B89

Black with #851B89

Text Example


Text Example

White with #851B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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