Html Css Color HEX #86337A Dark Purple

📋 copy color: '#86337A'

red 134 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #86337A

Tints of Dark Purple #86337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 43.65%
G = 16.61%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86337A (or 0x86337A) is known color: Dark Purple. HEX triplet: 86, 33 and 7A. RGB value is (134,51,122). Sum of RGB (Red+Green+Blue) = 134+51+122=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86337A is #79CC85. Grayscale: #535353. Windows color (decimal): -7982214 or 8008582. OLE color: 8008582.

HSL color Cylindrical-coordinate representation of color #86337A: hue angle of 308.67º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86337A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 122 -
CMYK 0 0.62 0.09 0.47
HSL 308.67º 0.45% 0.36% -
HSV(B) 308.67º 0.62% 0.53% -
XYZ 14.53 8.84 19.35 -
YUV 83.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 134 51 122 0 0.62 0.09 0.47 308.67 0.45 0.36
Hex 86 33 7A 0 3E 9 2F 135 2D 24
Octal 206 63 172 0 76 11 57 465 55 44
Binary 10000110 110011 1111010 0 111110 1001 101111 100110101 101101 100100

Color Harmonies of #86337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86337A

Black with #86337A

Text Example


Text Example

White with #86337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86337A; }

 p { color: rgb(134,51,122); }

 H1.HeaderClassName
 {
   color: #86337A;
 }
 .AnyTagClassName
 {
   color: #86337A;
 }
</style>

background-color css

<style>
 a { background-color: #86337A; }

 a { background-color: rgb(134,51,122); }

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

border-color css

<style>
 span { border-color: #86337A; }

 span { border-color: rgb(134,51,122); }

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