#863D93

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

Shades of Vivid Violet #863D93

Tints of Vivid Violet #863D93

Color information

#863D93 (or 0x863D93) is unknown color: approx Vivid Violet. HEX triplet: 86, 3D and 93. RGB value is (134,61,147). Sum of RGB (Red+Green+Blue) = 134+61+147=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #863D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863D93 is #79C26C. Grayscale: #5C5C5C. Windows color (decimal): -7979629 or 9649542. OLE color: 9649542.

HSL color Cylindrical-coordinate representation of color #863D93: hue angle of 290.93º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863D93 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13461147-
CMYK0.090.5900.42
HSL290.93º41.35%40.78%-
HSV(B)290.93º58.5%57.65%-
XYZ16.7710.5128.75-
YUV92.63158.68157.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=39.18%
G=17.84%
B=42.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134611470.090.5900.42290.9341.3540.78
Hex863D9393B02A1232929
Octal2067522311730524435151
Binary100001101111011001001110011110110101010100100011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D93; }

 p { color: rgb(134,61,147); }

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

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

 a { background-color: rgb(134,61,147); }

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

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

 span { border-color: rgb(134,61,147); }

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