#8746EB

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

Shades of Blue Violet #8746EB

Tints of Blue Violet #8746EB

Color information

#8746EB (or 0x8746EB) is unknown color: approx Blue Violet. HEX triplet: 87, 46 and EB. RGB value is (135,70,235). Sum of RGB (Red+Green+Blue) = 135+70+235=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #8746EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8746EB is #78B914. Grayscale: #6B6B6B. Windows color (decimal): -7911701 or 15419015. OLE color: 15419015.

HSL color Cylindrical-coordinate representation of color #8746EB: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8746EB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13570235-
CMYK0.430.7000.08
HSL263.64º80.49%59.8%-
HSV(B)263.64º70.21%92.16%-
XYZ27.1815.5380.16-
YUV108.24199.53147.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 235 (92.19% from 255) = 53.41%
R=30.68%
G=15.91%
B=53.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135702350.430.7000.08263.6480.4959.8
Hex8746EB2B4608108503c
Octal2071063535310601041012074
Binary100001111000110111010111010111000110010001000010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8746EB; }

 p { color: rgb(135,70,235); }

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

<style>
 a { background-color: #8746EB; }

 a { background-color: rgb(135,70,235); }

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

<style>
 span { border-color: #8746EB; }

 span { border-color: rgb(135,70,235); }

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