Html Css Color HEX #8136EE Blue Violet

📋 copy color: '#8136EE'

red 129 ◦ green 54 ◦ blue 238

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

Shades of Blue Violet #8136EE

Tints of Blue Violet #8136EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 30.64%
G = 12.83%
B = 56.53%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8136EE (or 0x8136EE) is known color: Blue Violet. HEX triplet: 81, 36 and EE. RGB value is (129,54,238). Sum of RGB (Red+Green+Blue) = 129+54+238=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #8136EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136EE is #7EC911. Grayscale: #606060. Windows color (decimal): -8309010 or 15611521. OLE color: 15611521.

HSL color Cylindrical-coordinate representation of color #8136EE: hue angle of 264.46º degrees, saturation: 0.84, 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 #8136EE is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 54 238 -
CMYK 0.46 0.77 0 0.07
HSL 264.46º 0.84% 0.57% -
HSV(B) 264.46º 0.77% 0.93% -
XYZ 25.81 13.48 82.13 -
YUV 97.4 207.35 150.54 -
System Red Green Blue C M Y K H S L
Decimal 129 54 238 0.46 0.77 0 0.07 264.46 0.84 0.57
Hex 81 36 EE 2E 4D 0 7 108 54 39
Octal 201 66 356 56 115 0 7 410 124 71
Binary 10000001 110110 11101110 101110 1001101 0 111 100001000 1010100 111001

Color Harmonies of #8136EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136EE

Black with #8136EE

Text Example


Text Example

White with #8136EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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