Html Css Color HEX #86277D Dark Purple

📋 copy color: '#86277D'

red 134 ◦ green 39 ◦ blue 125

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

Shades of Dark Purple #86277D

Tints of Dark Purple #86277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 44.97%
G = 13.09%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86277D (or 0x86277D) is known color: Dark Purple. HEX triplet: 86, 27 and 7D. RGB value is (134,39,125). Sum of RGB (Red+Green+Blue) = 134+39+125=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86277D is #79D882. Grayscale: #4C4C4C. Windows color (decimal): -7985283 or 8202118. OLE color: 8202118.

HSL color Cylindrical-coordinate representation of color #86277D: hue angle of 305.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86277D is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 39 125 -
CMYK 0 0.71 0.07 0.47
HSL 305.68º 0.55% 0.34% -
HSV(B) 305.68º 0.71% 0.53% -
XYZ 14.26 8 20.19 -
YUV 77.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 134 39 125 0 0.71 0.07 0.47 305.68 0.55 0.34
Hex 86 27 7D 0 47 7 2F 132 37 22
Octal 206 47 175 0 107 7 57 462 67 42
Binary 10000110 100111 1111101 0 1000111 111 101111 100110010 110111 100010

Color Harmonies of #86277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86277D

Black with #86277D

Text Example


Text Example

White with #86277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86277D; }

 p { color: rgb(134,39,125); }

 H1.HeaderClassName
 {
   color: #86277D;
 }
 .AnyTagClassName
 {
   color: #86277D;
 }
</style>

background-color css

<style>
 a { background-color: #86277D; }

 a { background-color: rgb(134,39,125); }

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

border-color css

<style>
 span { border-color: #86277D; }

 span { border-color: rgb(134,39,125); }

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