Html Css Color HEX #86267D Dark Purple

📋 copy color: '#86267D'

red 134 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #86267D

Tints of Dark Purple #86267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 45.12%
G = 12.79%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86267D (or 0x86267D) is known color: Dark Purple. HEX triplet: 86, 26 and 7D. RGB value is (134,38,125). Sum of RGB (Red+Green+Blue) = 134+38+125=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86267D is #79D982. Grayscale: #4C4C4C. Windows color (decimal): -7985539 or 8201862. OLE color: 8201862.

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

Color convert

RGB 134 38 125 -
CMYK 0 0.72 0.07 0.47
HSL 305.63º 0.56% 0.34% -
HSV(B) 305.63º 0.72% 0.53% -
XYZ 14.23 7.94 20.18 -
YUV 76.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 134 38 125 0 0.72 0.07 0.47 305.63 0.56 0.34
Hex 86 26 7D 0 48 7 2F 132 38 22
Octal 206 46 175 0 110 7 57 462 70 42
Binary 10000110 100110 1111101 0 1001000 111 101111 100110010 111000 100010

Color Harmonies of #86267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86267D

Black with #86267D

Text Example


Text Example

White with #86267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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