Html Css Color HEX #851E88 Dark Purple

📋 copy color: '#851E88'

red 133 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #851E88

Tints of Dark Purple #851E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 44.48%
G = 10.03%
B = 45.48%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851E88 (or 0x851E88) is known color: Dark Purple. HEX triplet: 85, 1E and 88. RGB value is (133,30,136). Sum of RGB (Red+Green+Blue) = 133+30+136=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #851E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E88 is #7AE177. Grayscale: #484848. Windows color (decimal): -8053112 or 8920709. OLE color: 8920709.

HSL color Cylindrical-coordinate representation of color #851E88: hue angle of 298.3º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851E88 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 30 136 -
CMYK 0.02 0.78 0 0.47
HSL 298.3º 0.64% 0.33% -
HSV(B) 298.3º 0.78% 0.53% -
XYZ 14.58 7.69 24.01 -
YUV 72.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 133 30 136 0.02 0.78 0 0.47 298.3 0.64 0.33
Hex 85 1E 88 2 4E 0 2F 12A 40 21
Octal 205 36 210 2 116 0 57 452 100 41
Binary 10000101 11110 10001000 10 1001110 0 101111 100101010 1000000 100001

Color Harmonies of #851E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E88

Black with #851E88

Text Example


Text Example

White with #851E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,30,136); }

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

background-color css

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

 a { background-color: rgb(133,30,136); }

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

border-color css

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

 span { border-color: rgb(133,30,136); }

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