Html Css Color HEX #86086F Dark Purple

📋 copy color: '#86086F'

red 134 ◦ green 8 ◦ blue 111

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

Shades of Dark Purple #86086F

Tints of Dark Purple #86086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 52.96%
G = 3.16%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86086F (or 0x86086F) is known color: Dark Purple. HEX triplet: 86, 08 and 6F. RGB value is (134,8,111). Sum of RGB (Red+Green+Blue) = 134+8+111=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #86086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86086F is #79F790. Grayscale: #393939. Windows color (decimal): -7993233 or 7276678. OLE color: 7276678.

HSL color Cylindrical-coordinate representation of color #86086F: hue angle of 310.95º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86086F is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 111 -
CMYK 0 0.94 0.17 0.47
HSL 310.95º 0.89% 0.28% -
HSV(B) 310.95º 0.94% 0.53% -
XYZ 12.79 6.39 15.6 -
YUV 57.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 134 8 111 0 0.94 0.17 0.47 310.95 0.89 0.28
Hex 86 8 6F 0 5E 11 2F 137 59 1C
Octal 206 10 157 0 136 21 57 467 131 34
Binary 10000110 1000 1101111 0 1011110 10001 101111 100110111 1011001 11100

Color Harmonies of #86086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86086F

Black with #86086F

Text Example


Text Example

White with #86086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,8,111); }

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

background-color css

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

 a { background-color: rgb(134,8,111); }

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

border-color css

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

 span { border-color: rgb(134,8,111); }

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