Html Css Color HEX #8136D6 Blue Violet

📋 copy color: '#8136D6'

red 129 ◦ green 54 ◦ blue 214

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

Shades of Blue Violet #8136D6

Tints of Blue Violet #8136D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 32.49%
G = 13.6%
B = 53.9%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8136D6 (or 0x8136D6) is known color: Blue Violet. HEX triplet: 81, 36 and D6. RGB value is (129,54,214). Sum of RGB (Red+Green+Blue) = 129+54+214=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #8136D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136D6 is #7EC929. Grayscale: #5E5E5E. Windows color (decimal): -8309034 or 14038657. OLE color: 14038657.

HSL color Cylindrical-coordinate representation of color #8136D6: hue angle of 268.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8136D6 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 54 214 -
CMYK 0.40 0.75 0 0.16
HSL 268.13º 0.66% 0.53% -
HSV(B) 268.13º 0.75% 0.84% -
XYZ 22.51 12.16 64.78 -
YUV 94.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 129 54 214 0.40 0.75 0 0.16 268.13 0.66 0.53
Hex 81 36 D6 28 4B 0 10 10C 42 35
Octal 201 66 326 50 113 0 20 414 102 65
Binary 10000001 110110 11010110 101000 1001011 0 10000 100001100 1000010 110101

Color Harmonies of #8136D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136D6

Black with #8136D6

Text Example


Text Example

White with #8136D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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