#8643e4

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

Shades of Blue Violet #8643E4

Tints of Blue Violet #8643E4

Color information

#8643E4 (or 0x8643E4) is unknown color: approx Blue Violet. HEX triplet: 86, 43 and E4. RGB value is (134,67,228). Sum of RGB (Red+Green+Blue) = 134+67+228=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #8643E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8643E4 is #79BC1B. Grayscale: #686868. Windows color (decimal): -7978012 or 14959494. OLE color: 14959494.

HSL color Cylindrical-coordinate representation of color #8643E4: hue angle of 264.97º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8643E4 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13467228-
CMYK0.410.7100.11
HSL264.97º74.88%57.84%-
HSV(B)264.97º70.61%89.41%-
XYZ25.8414.6874.87-
YUV105.39197.2148.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 228 (89.45% from 255) = 53.15%
R=31.24%
G=15.62%
B=53.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134672280.410.7100.11264.9774.8857.84
Hex8643E429470B1094b3a
Octal2061033445110701341111372
Binary100001101000011111001001010011000111010111000010011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8643e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8643e4; }

 p { color: rgb(134,67,228); }

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

<style>
 a { background-color: #8643e4; }

 a { background-color: rgb(134,67,228); }

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

<style>
 span { border-color: #8643e4; }

 span { border-color: rgb(134,67,228); }

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