Html Css Color HEX #86216C Dark Purple

📋 copy color: '#86216C'

red 134 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #86216C

Tints of Dark Purple #86216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 48.73%
G = 12%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86216C (or 0x86216C) is known color: Dark Purple. HEX triplet: 86, 21 and 6C. RGB value is (134,33,108). Sum of RGB (Red+Green+Blue) = 134+33+108=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86216C is #79DE93. Grayscale: #474747. Windows color (decimal): -7986836 or 7086470. OLE color: 7086470.

HSL color Cylindrical-coordinate representation of color #86216C: hue angle of 315.45º 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 #86216C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 108 -
CMYK 0 0.75 0.19 0.47
HSL 315.45º 0.6% 0.33% -
HSV(B) 315.45º 0.75% 0.53% -
XYZ 13.08 7.24 14.9 -
YUV 71.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 134 33 108 0 0.75 0.19 0.47 315.45 0.6 0.33
Hex 86 21 6C 0 4B 13 2F 13B 3C 21
Octal 206 41 154 0 113 23 57 473 74 41
Binary 10000110 100001 1101100 0 1001011 10011 101111 100111011 111100 100001

Color Harmonies of #86216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86216C

Black with #86216C

Text Example


Text Example

White with #86216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86216C; }

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

 H1.HeaderClassName
 {
   color: #86216C;
 }
 .AnyTagClassName
 {
   color: #86216C;
 }
</style>

background-color css

<style>
 a { background-color: #86216C; }

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

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

border-color css

<style>
 span { border-color: #86216C; }

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

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