#8136CA

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

Shades of Blue Violet #8136CA

Tints of Blue Violet #8136CA

Color information

#8136CA (or 0x8136CA) is unknown color: approx Blue Violet. HEX triplet: 81, 36 and CA. RGB value is (129,54,202). Sum of RGB (Red+Green+Blue) = 129+54+202=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #8136CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136CA is #7EC935. Grayscale: #5C5C5C. Windows color (decimal): -8309046 or 13252225. OLE color: 13252225.

HSL color Cylindrical-coordinate representation of color #8136CA: hue angle of 270.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8136CA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12954202-
CMYK0.360.7300.21
HSL270.41º58.27%50.2%-
HSV(B)270.41º73.27%79.22%-
XYZ21.0311.5757-
YUV93.3189.35153.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=33.51%
G=14.03%
B=52.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129542020.360.7300.21270.4158.2750.2
Hex8136CA244901510e3a32
Octal20166312441110254167262
Binary10000001110110110010101001001001001010101100001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8136CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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