Html Css Color HEX #8136EF Blue Violet

📋 copy color: '#8136EF'

red 129 ◦ green 54 ◦ blue 239

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

Shades of Blue Violet #8136EF

Tints of Blue Violet #8136EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 30.57%
G = 12.8%
B = 56.64%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8136EF (or 0x8136EF) is known color: Blue Violet. HEX triplet: 81, 36 and EF. RGB value is (129,54,239). Sum of RGB (Red+Green+Blue) = 129+54+239=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #8136EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136EF is #7EC910. Grayscale: #606060. Windows color (decimal): -8309009 or 15677057. OLE color: 15677057.

HSL color Cylindrical-coordinate representation of color #8136EF: hue angle of 264.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8136EF is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 54 239 -
CMYK 0.46 0.77 0 0.06
HSL 264.32º 0.85% 0.57% -
HSV(B) 264.32º 0.77% 0.94% -
XYZ 25.95 13.54 82.91 -
YUV 97.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 129 54 239 0.46 0.77 0 0.06 264.32 0.85 0.57
Hex 81 36 EF 2E 4D 0 6 108 55 39
Octal 201 66 357 56 115 0 6 410 125 71
Binary 10000001 110110 11101111 101110 1001101 0 110 100001000 1010101 111001

Color Harmonies of #8136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136EF

Black with #8136EF

Text Example


Text Example

White with #8136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8136EF;
 }
 .AnyTagClassName
 {
   color: #8136EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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