#8637D7

Color #8637D7 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8637D7

Tints of Blue Violet #8637D7

Color information

#8637D7 (or 0x8637D7) is unknown color: approx Blue Violet. HEX triplet: 86, 37 and D7. RGB value is (134,55,215). Sum of RGB (Red+Green+Blue) = 134+55+215=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #8637D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8637D7 is #79C828. Grayscale: #606060. Windows color (decimal): -7981097 or 14104454. OLE color: 14104454.

HSL color Cylindrical-coordinate representation of color #8637D7: hue angle of 269.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8637D7 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13455215-
CMYK0.380.7400.16
HSL269.62º66.67%52.94%-
HSV(B)269.62º74.42%84.31%-
XYZ23.4612.7165.51-
YUV96.86194.67154.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 55 (21.88% from 255) = 13.61%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=33.17%
G=13.61%
B=53.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134552150.380.7400.16269.6266.6752.94
Hex8637D7264A01010e4335
Octal206673274611202041610365
Binary100001101101111101011110011010010100100001000011101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8637D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8637D7; }

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

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

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

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

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

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

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

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