#862B8D

Color #862B8D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #862B8D

Tints of Vivid Violet #862B8D

Color information

#862B8D (or 0x862B8D) is unknown color: approx Vivid Violet. HEX triplet: 86, 2B and 8D. RGB value is (134,43,141). Sum of RGB (Red+Green+Blue) = 134+43+141=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #862B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B8D is #79D472. Grayscale: #515151. Windows color (decimal): -7984243 or 9251718. OLE color: 9251718.

HSL color Cylindrical-coordinate representation of color #862B8D: hue angle of 295.71º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862B8D is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13443141-
CMYK0.050.7000.45
HSL295.71º53.26%36.08%-
HSV(B)295.71º69.5%55.29%-
XYZ15.58.7226.07-
YUV81.38161.65165.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 43 (17.19% from 255) = 13.52%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=42.14%
G=13.52%
B=44.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134431410.050.7000.45295.7153.2636.08
Hex862B8D54602D1283524
Octal2065321551060554506544
Binary100001101010111000110110110001100101101100101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B8D; }

 p { color: rgb(134,43,141); }

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

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

 a { background-color: rgb(134,43,141); }

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

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

 span { border-color: rgb(134,43,141); }

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