#862388

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

Shades of Dark Purple #862388

Tints of Dark Purple #862388

Color information

#862388 (or 0x862388) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 88. RGB value is (134,35,136). Sum of RGB (Red+Green+Blue) = 134+35+136=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #862388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862388 is #79DC77. Grayscale: #4B4B4B. Windows color (decimal): -7986296 or 8921990. OLE color: 8921990.

HSL color Cylindrical-coordinate representation of color #862388: hue angle of 298.81º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862388 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13435136-
CMYK0.010.7400.47
HSL298.81º59.06%33.53%-
HSV(B)298.81º74.26%53.33%-
XYZ14.888.0524.06-
YUV76.11161.8169.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=43.93%
G=11.48%
B=44.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134351360.010.7400.47298.8159.0633.53
Hex86238814A02F12b3b22
Octal2064321011120574537342
Binary1000011010001110001000110010100101111100101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862388; }

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

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

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

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

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

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

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

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