Html Css Color HEX #8129D6 Blue Violet

📋 copy color: '#8129D6'

red 129 ◦ green 41 ◦ blue 214

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

Shades of Blue Violet #8129D6

Tints of Blue Violet #8129D6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 33.59%
G = 10.68%
B = 55.73%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8129D6 (or 0x8129D6) is known color: Blue Violet. HEX triplet: 81, 29 and D6. RGB value is (129,41,214). Sum of RGB (Red+Green+Blue) = 129+41+214=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #8129D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129D6 is #7ED629. Grayscale: #565656. Windows color (decimal): -8312362 or 14035329. OLE color: 14035329.

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

Color convert

RGB 129 41 214 -
CMYK 0.40 0.81 0 0.16
HSL 270.52º 0.68% 0.5% -
HSV(B) 270.52º 0.81% 0.84% -
XYZ 21.98 11.11 64.6 -
YUV 87.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 129 41 214 0.40 0.81 0 0.16 270.52 0.68 0.5
Hex 81 29 D6 28 51 0 10 10F 44 32
Octal 201 51 326 50 121 0 20 417 104 62
Binary 10000001 101001 11010110 101000 1010001 0 10000 100001111 1000100 110010

Color Harmonies of #8129D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129D6

Black with #8129D6

Text Example


Text Example

White with #8129D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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