Html Css Color HEX #86306C Dark Purple

📋 copy color: '#86306C'

red 134 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #86306C

Tints of Dark Purple #86306C

RGB

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

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

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

R = 46.21%
G = 16.55%
B = 37.24%

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

#86306C (or 0x86306C) is known color: Dark Purple. HEX triplet: 86, 30 and 6C. RGB value is (134,48,108). Sum of RGB (Red+Green+Blue) = 134+48+108=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86306C is #79CF93. Grayscale: #505050. Windows color (decimal): -7982996 or 7090310. OLE color: 7090310.

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

Color convert

RGB 134 48 108 -
CMYK 0 0.64 0.19 0.47
HSL 318.14º 0.47% 0.36% -
HSV(B) 318.14º 0.64% 0.53% -
XYZ 13.6 8.26 15.07 -
YUV 80.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 134 48 108 0 0.64 0.19 0.47 318.14 0.47 0.36
Hex 86 30 6C 0 40 13 2F 13E 2F 24
Octal 206 60 154 0 100 23 57 476 57 44
Binary 10000110 110000 1101100 0 1000000 10011 101111 100111110 101111 100100

Color Harmonies of #86306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86306C

Black with #86306C

Text Example


Text Example

White with #86306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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