#8632EE

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

Shades of Blue Violet #8632EE

Tints of Blue Violet #8632EE

Color information

#8632EE (or 0x8632EE) is unknown color: approx Blue Violet. HEX triplet: 86, 32 and EE. RGB value is (134,50,238). Sum of RGB (Red+Green+Blue) = 134+50+238=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #8632EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8632EE is #79CD11. Grayscale: #5F5F5F. Windows color (decimal): -7982354 or 15610502. OLE color: 15610502.

HSL color Cylindrical-coordinate representation of color #8632EE: hue angle of 266.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8632EE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13450238-
CMYK0.440.7900.07
HSL266.81º84.68%56.47%-
HSV(B)266.81º78.99%93.33%-
XYZ26.413.5282.11-
YUV96.55207.83154.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 50 (19.92% from 255) = 11.85%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=31.75%
G=11.85%
B=56.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134502380.440.7900.07266.8184.6856.47
Hex8632EE2C4F0710b5538
Octal20662356541170741312570
Binary1000011011001011101110101100100111101111000010111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8632EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8632EE; }

 p { color: rgb(134,50,238); }

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

<style>
 a { background-color: #8632EE; }

 a { background-color: rgb(134,50,238); }

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

<style>
 span { border-color: #8632EE; }

 span { border-color: rgb(134,50,238); }

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