Html Css Color HEX #86246D Dark Purple

📋 copy color: '#86246D'

red 134 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #86246D

Tints of Dark Purple #86246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 48.03%
G = 12.9%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86246D (or 0x86246D) is known color: Dark Purple. HEX triplet: 86, 24 and 6D. RGB value is (134,36,109). Sum of RGB (Red+Green+Blue) = 134+36+109=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86246D is #79DB92. Grayscale: #494949. Windows color (decimal): -7986067 or 7152774. OLE color: 7152774.

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

Color convert

RGB 134 36 109 -
CMYK 0 0.73 0.19 0.47
HSL 315.31º 0.58% 0.33% -
HSV(B) 315.31º 0.73% 0.53% -
XYZ 13.22 7.43 15.21 -
YUV 73.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 134 36 109 0 0.73 0.19 0.47 315.31 0.58 0.33
Hex 86 24 6D 0 49 13 2F 13B 3A 21
Octal 206 44 155 0 111 23 57 473 72 41
Binary 10000110 100100 1101101 0 1001001 10011 101111 100111011 111010 100001

Color Harmonies of #86246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86246D

Black with #86246D

Text Example


Text Example

White with #86246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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