#8637f2

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

Shades of Blue Violet #8637F2

Tints of Blue Violet #8637F2

Color information

#8637F2 (or 0x8637F2) is unknown color: approx Blue Violet. HEX triplet: 86, 37 and F2. RGB value is (134,55,242). Sum of RGB (Red+Green+Blue) = 134+55+242=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #8637F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8637F2 is #79C80D. Grayscale: #636363. Windows color (decimal): -7981070 or 15873926. OLE color: 15873926.

HSL color Cylindrical-coordinate representation of color #8637F2: hue angle of 265.35º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8637F2 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13455242-
CMYK0.450.7700.05
HSL265.35º87.79%58.24%-
HSV(B)265.35º77.27%94.9%-
XYZ27.2214.2185.31-
YUV99.94208.17152.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 55 (21.88% from 255) = 12.76%
BLUE value IS 242 (94.92% from 255) = 56.15%
R=31.09%
G=12.76%
B=56.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134552420.450.7700.05265.3587.7958.24
Hex8637F22D4D05109583a
Octal20667362551150541113072
Binary1000011011011111110010101101100110101011000010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8637f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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