Html Css Color HEX #851C88 Dark Purple

📋 copy color: '#851C88'

red 133 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #851C88

Tints of Dark Purple #851C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

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

R = 44.78%
G = 9.43%
B = 45.79%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851C88 (or 0x851C88) is known color: Dark Purple. HEX triplet: 85, 1C and 88. RGB value is (133,28,136). Sum of RGB (Red+Green+Blue) = 133+28+136=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #851C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851C88 is #7AE377. Grayscale: #474747. Windows color (decimal): -8053624 or 8920197. OLE color: 8920197.

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

Color convert

RGB 133 28 136 -
CMYK 0.02 0.79 0 0.47
HSL 298.33º 0.66% 0.32% -
HSV(B) 298.33º 0.79% 0.53% -
XYZ 14.53 7.59 23.99 -
YUV 71.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 133 28 136 0.02 0.79 0 0.47 298.33 0.66 0.32
Hex 85 1C 88 2 4F 0 2F 12A 42 20
Octal 205 34 210 2 117 0 57 452 102 40
Binary 10000101 11100 10001000 10 1001111 0 101111 100101010 1000010 100000

Color Harmonies of #851C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C88

Black with #851C88

Text Example


Text Example

White with #851C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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