Html Css Color HEX #8136ED Blue Violet

📋 copy color: '#8136ED'

red 129 ◦ green 54 ◦ blue 237

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

Shades of Blue Violet #8136ED

Tints of Blue Violet #8136ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 30.71%
G = 12.86%
B = 56.43%

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

#8136ED (or 0x8136ED) is known color: Blue Violet. HEX triplet: 81, 36 and ED. RGB value is (129,54,237). Sum of RGB (Red+Green+Blue) = 129+54+237=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #8136ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136ED is #7EC912. Grayscale: #606060. Windows color (decimal): -8309011 or 15545985. OLE color: 15545985.

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

Color convert

RGB 129 54 237 -
CMYK 0.46 0.77 0 0.07
HSL 264.59º 0.84% 0.57% -
HSV(B) 264.59º 0.77% 0.93% -
XYZ 25.66 13.42 81.36 -
YUV 97.29 206.85 150.62 -
System Red Green Blue C M Y K H S L
Decimal 129 54 237 0.46 0.77 0 0.07 264.59 0.84 0.57
Hex 81 36 ED 2E 4D 0 7 109 54 39
Octal 201 66 355 56 115 0 7 411 124 71
Binary 10000001 110110 11101101 101110 1001101 0 111 100001001 1010100 111001

Color Harmonies of #8136ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136ED

Black with #8136ED

Text Example


Text Example

White with #8136ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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