#86378F

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

Shades of Vivid Violet #86378F

Tints of Vivid Violet #86378F

Color information

#86378F (or 0x86378F) is unknown color: approx Vivid Violet. HEX triplet: 86, 37 and 8F. RGB value is (134,55,143). Sum of RGB (Red+Green+Blue) = 134+55+143=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #86378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86378F is #79C870. Grayscale: #585858. Windows color (decimal): -7981169 or 9385862. OLE color: 9385862.

HSL color Cylindrical-coordinate representation of color #86378F: hue angle of 293.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86378F is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13455143-
CMYK0.060.6200.44
HSL293.86º44.44%38.82%-
HSV(B)293.86º61.54%56.08%-
XYZ16.169.7827.02-
YUV88.65158.67160.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 143 (56.25% from 255) = 43.07%
R=40.36%
G=16.57%
B=43.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134551430.060.6200.44293.8644.4438.82
Hex86378F63E02C1262c27
Octal206672176760544465447
Binary10000110110111100011111101111100101100100100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86378F; }

 p { color: rgb(134,55,143); }

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

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

 a { background-color: rgb(134,55,143); }

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

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

 span { border-color: rgb(134,55,143); }

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