#8136CE

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

Shades of Blue Violet #8136CE

Tints of Blue Violet #8136CE

Color information

#8136CE (or 0x8136CE) is unknown color: approx Blue Violet. HEX triplet: 81, 36 and CE. RGB value is (129,54,206). Sum of RGB (Red+Green+Blue) = 129+54+206=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8136CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136CE is #7EC931. Grayscale: #5D5D5D. Windows color (decimal): -8309042 or 13514369. OLE color: 13514369.

HSL color Cylindrical-coordinate representation of color #8136CE: hue angle of 269.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8136CE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12954206-
CMYK0.370.7400.19
HSL269.61º60.8%50.98%-
HSV(B)269.61º73.79%80.78%-
XYZ21.5111.7659.53-
YUV93.75191.35153.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=33.16%
G=13.88%
B=52.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129542060.370.7400.19269.6160.850.98
Hex8136CE254A01310e3d33
Octal20166316451120234167563
Binary10000001110110110011101001011001010010011100001110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8136CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8136CE; }

 p { color: rgb(129,54,206); }

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

<style>
 a { background-color: #8136CE; }

 a { background-color: rgb(129,54,206); }

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

<style>
 span { border-color: #8136CE; }

 span { border-color: rgb(129,54,206); }

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