Html Css Color HEX #86217F Dark Purple

📋 copy color: '#86217F'

red 134 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #86217F

Tints of Dark Purple #86217F

RGB

 RED value IS 134 (52.73% from 255) = 45.58%

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 45.58%
G = 11.22%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86217F (or 0x86217F) is known color: Dark Purple. HEX triplet: 86, 21 and 7F. RGB value is (134,33,127). Sum of RGB (Red+Green+Blue) = 134+33+127=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86217F is #79DE80. Grayscale: #494949. Windows color (decimal): -7986817 or 8331654. OLE color: 8331654.

HSL color Cylindrical-coordinate representation of color #86217F: hue angle of 304.16º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86217F is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 127 -
CMYK 0 0.75 0.05 0.47
HSL 304.16º 0.6% 0.33% -
HSV(B) 304.16º 0.75% 0.53% -
XYZ 14.21 7.69 20.81 -
YUV 73.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 134 33 127 0 0.75 0.05 0.47 304.16 0.6 0.33
Hex 86 21 7F 0 4B 5 2F 130 3C 21
Octal 206 41 177 0 113 5 57 460 74 41
Binary 10000110 100001 1111111 0 1001011 101 101111 100110000 111100 100001

Color Harmonies of #86217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86217F

Black with #86217F

Text Example


Text Example

White with #86217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86217F; }

 p { color: rgb(134,33,127); }

 H1.HeaderClassName
 {
   color: #86217F;
 }
 .AnyTagClassName
 {
   color: #86217F;
 }
</style>

background-color css

<style>
 a { background-color: #86217F; }

 a { background-color: rgb(134,33,127); }

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

border-color css

<style>
 span { border-color: #86217F; }

 span { border-color: rgb(134,33,127); }

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