Html Css Color HEX #8137EC Blue Violet

📋 copy color: '#8137EC'

red 129 ◦ green 55 ◦ blue 236

#8137EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8137EC

Tints of Blue Violet #8137EC

RGB

 RED value IS 129 (50.78% from 255) = 30.71%

 GREEN value IS 55 (21.88% from 255) = 13.1%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 30.71%
G = 13.1%
B = 56.19%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8137EC (or 0x8137EC) is known color: Blue Violet. HEX triplet: 81, 37 and EC. RGB value is (129,55,236). Sum of RGB (Red+Green+Blue) = 129+55+236=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #8137EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8137EC is #7EC813. Grayscale: #616161. Windows color (decimal): -8308756 or 15480705. OLE color: 15480705.

HSL color Cylindrical-coordinate representation of color #8137EC: hue angle of 264.53º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8137EC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 55 236 -
CMYK 0.45 0.77 0 0.07
HSL 264.53º 0.83% 0.57% -
HSV(B) 264.53º 0.77% 0.93% -
XYZ 25.56 13.46 80.61 -
YUV 97.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 129 55 236 0.45 0.77 0 0.07 264.53 0.83 0.57
Hex 81 37 EC 2D 4D 0 7 109 53 39
Octal 201 67 354 55 115 0 7 411 123 71
Binary 10000001 110111 11101100 101101 1001101 0 111 100001001 1010011 111001

Color Harmonies of #8137EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137EC

Black with #8137EC

Text Example


Text Example

White with #8137EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8137EC; }

 p { color: rgb(129,55,236); }

 H1.HeaderClassName
 {
   color: #8137EC;
 }
 .AnyTagClassName
 {
   color: #8137EC;
 }
</style>

background-color css

<style>
 a { background-color: #8137EC; }

 a { background-color: rgb(129,55,236); }

 div.DivClassName
 {
   background-color: #8137EC;
 }
 .BgClassName
 {
   background-color: #8137EC;
 }
</style>

border-color css

<style>
 span { border-color: #8137EC; }

 span { border-color: rgb(129,55,236); }

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