Html Css Color HEX #86306B Dark Purple

📋 copy color: '#86306B'

red 134 ◦ green 48 ◦ blue 107

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

Shades of Dark Purple #86306B

Tints of Dark Purple #86306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 46.37%
G = 16.61%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86306B (or 0x86306B) is known color: Dark Purple. HEX triplet: 86, 30 and 6B. RGB value is (134,48,107). Sum of RGB (Red+Green+Blue) = 134+48+107=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #86306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86306B is #79CF94. Grayscale: #505050. Windows color (decimal): -7982997 or 7024774. OLE color: 7024774.

HSL color Cylindrical-coordinate representation of color #86306B: hue angle of 318.84º 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 #86306B is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 107 -
CMYK 0 0.64 0.20 0.47
HSL 318.84º 0.47% 0.36% -
HSV(B) 318.84º 0.64% 0.53% -
XYZ 13.54 8.24 14.79 -
YUV 80.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 134 48 107 0 0.64 0.20 0.47 318.84 0.47 0.36
Hex 86 30 6B 0 40 14 2F 13F 2F 24
Octal 206 60 153 0 100 24 57 477 57 44
Binary 10000110 110000 1101011 0 1000000 10100 101111 100111111 101111 100100

Color Harmonies of #86306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86306B

Black with #86306B

Text Example


Text Example

White with #86306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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