Html Css Color HEX #86306D Dark Purple

📋 copy color: '#86306D'

red 134 ◦ green 48 ◦ blue 109

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

Shades of Dark Purple #86306D

Tints of Dark Purple #86306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 46.05%
G = 16.49%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86306D (or 0x86306D) is known color: Dark Purple. HEX triplet: 86, 30 and 6D. RGB value is (134,48,109). Sum of RGB (Red+Green+Blue) = 134+48+109=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86306D is #79CF92. Grayscale: #505050. Windows color (decimal): -7982995 or 7155846. OLE color: 7155846.

HSL color Cylindrical-coordinate representation of color #86306D: hue angle of 317.44º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86306D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 109 -
CMYK 0 0.64 0.19 0.47
HSL 317.44º 0.47% 0.36% -
HSV(B) 317.44º 0.64% 0.53% -
XYZ 13.65 8.29 15.35 -
YUV 80.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 134 48 109 0 0.64 0.19 0.47 317.44 0.47 0.36
Hex 86 30 6D 0 40 13 2F 13D 2F 24
Octal 206 60 155 0 100 23 57 475 57 44
Binary 10000110 110000 1101101 0 1000000 10011 101111 100111101 101111 100100

Color Harmonies of #86306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86306D

Black with #86306D

Text Example


Text Example

White with #86306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,48,109); }

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

background-color css

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

 a { background-color: rgb(134,48,109); }

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

border-color css

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

 span { border-color: rgb(134,48,109); }

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