Html Css Color HEX #86246C Dark Purple

📋 copy color: '#86246C'

red 134 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #86246C

Tints of Dark Purple #86246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 48.2%
G = 12.95%
B = 38.85%

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

#86246C (or 0x86246C) is known color: Dark Purple. HEX triplet: 86, 24 and 6C. RGB value is (134,36,108). Sum of RGB (Red+Green+Blue) = 134+36+108=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86246C is #79DB93. Grayscale: #494949. Windows color (decimal): -7986068 or 7087238. OLE color: 7087238.

HSL color Cylindrical-coordinate representation of color #86246C: hue angle of 315.92º 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 #86246C is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 108 -
CMYK 0 0.73 0.19 0.47
HSL 315.92º 0.58% 0.33% -
HSV(B) 315.92º 0.73% 0.53% -
XYZ 13.17 7.41 14.92 -
YUV 73.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 134 36 108 0 0.73 0.19 0.47 315.92 0.58 0.33
Hex 86 24 6C 0 49 13 2F 13C 3A 21
Octal 206 44 154 0 111 23 57 474 72 41
Binary 10000110 100100 1101100 0 1001001 10011 101111 100111100 111010 100001

Color Harmonies of #86246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86246C

Black with #86246C

Text Example


Text Example

White with #86246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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