Html Css Color HEX #86337F Dark Purple

📋 copy color: '#86337F'

red 134 ◦ green 51 ◦ blue 127

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

Shades of Dark Purple #86337F

Tints of Dark Purple #86337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 42.95%
G = 16.35%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86337F (or 0x86337F) is known color: Dark Purple. HEX triplet: 86, 33 and 7F. RGB value is (134,51,127). Sum of RGB (Red+Green+Blue) = 134+51+127=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86337F is #79CC80. Grayscale: #545454. Windows color (decimal): -7982209 or 8336262. OLE color: 8336262.

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

Color convert

RGB 134 51 127 -
CMYK 0 0.62 0.05 0.47
HSL 305.06º 0.45% 0.36% -
HSV(B) 305.06º 0.62% 0.53% -
XYZ 14.85 8.97 21.03 -
YUV 84.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 134 51 127 0 0.62 0.05 0.47 305.06 0.45 0.36
Hex 86 33 7F 0 3E 5 2F 131 2D 24
Octal 206 63 177 0 76 5 57 461 55 44
Binary 10000110 110011 1111111 0 111110 101 101111 100110001 101101 100100

Color Harmonies of #86337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86337F

Black with #86337F

Text Example


Text Example

White with #86337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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