#86238A

Color #86238A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #86238A

Tints of Dark Purple #86238A

Color information

#86238A (or 0x86238A) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 8A. RGB value is (134,35,138). Sum of RGB (Red+Green+Blue) = 134+35+138=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #86238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86238A is #79DC75. Grayscale: #4C4C4C. Windows color (decimal): -7986294 or 9053062. OLE color: 9053062.

HSL color Cylindrical-coordinate representation of color #86238A: hue angle of 297.67º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86238A is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13435138-
CMYK0.030.7500.46
HSL297.67º59.54%33.92%-
HSV(B)297.67º74.64%54.12%-
XYZ15.028.1124.82-
YUV76.34162.8169.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=43.65%
G=11.40%
B=44.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134351380.030.7500.46297.6759.5433.92
Hex86238A34B02E12a3c22
Octal2064321231130564527442
Binary10000110100011100010101110010110101110100101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,35,138); }

 H1.HeaderClassName
 {
   color: #86238A;
 }
 .AnyTagClassName
 {
   color: #86238A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,35,138); }

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

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

 span { border-color: rgb(134,35,138); }

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