Html Css Color HEX #851E8C Dark Purple

📋 copy color: '#851E8C'

red 133 ◦ green 30 ◦ blue 140

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

Shades of Dark Purple #851E8C

Tints of Dark Purple #851E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 43.89%
G = 9.9%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#851E8C (or 0x851E8C) is known color: Dark Purple. HEX triplet: 85, 1E and 8C. RGB value is (133,30,140). Sum of RGB (Red+Green+Blue) = 133+30+140=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #851E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E8C is #7AE173. Grayscale: #494949. Windows color (decimal): -8053108 or 9182853. OLE color: 9182853.

HSL color Cylindrical-coordinate representation of color #851E8C: hue angle of 296.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851E8C is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 30 140 -
CMYK 0.05 0.79 0 0.45
HSL 296.18º 0.65% 0.33% -
HSV(B) 296.18º 0.79% 0.55% -
XYZ 14.87 7.81 25.53 -
YUV 73.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 133 30 140 0.05 0.79 0 0.45 296.18 0.65 0.33
Hex 85 1E 8C 5 4F 0 2D 128 41 21
Octal 205 36 214 5 117 0 55 450 101 41
Binary 10000101 11110 10001100 101 1001111 0 101101 100101000 1000001 100001

Color Harmonies of #851E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E8C

Black with #851E8C

Text Example


Text Example

White with #851E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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