Html Css Color HEX #8129ED Blue Violet

📋 copy color: '#8129ED'

red 129 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #8129ED

Tints of Blue Violet #8129ED

RGB

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

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

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

R = 31.7%
G = 10.07%
B = 58.23%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8129ED (or 0x8129ED) is known color: Blue Violet. HEX triplet: 81, 29 and ED. RGB value is (129,41,237). Sum of RGB (Red+Green+Blue) = 129+41+237=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #8129ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129ED is #7ED612. Grayscale: #585858. Windows color (decimal): -8312339 or 15542657. OLE color: 15542657.

HSL color Cylindrical-coordinate representation of color #8129ED: hue angle of 266.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8129ED is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 41 237 -
CMYK 0.46 0.83 0 0.07
HSL 266.94º 0.84% 0.55% -
HSV(B) 266.94º 0.83% 0.93% -
XYZ 25.13 12.37 81.18 -
YUV 89.66 211.15 156.06 -
System Red Green Blue C M Y K H S L
Decimal 129 41 237 0.46 0.83 0 0.07 266.94 0.84 0.55
Hex 81 29 ED 2E 53 0 7 10B 54 37
Octal 201 51 355 56 123 0 7 413 124 67
Binary 10000001 101001 11101101 101110 1010011 0 111 100001011 1010100 110111

Color Harmonies of #8129ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129ED

Black with #8129ED

Text Example


Text Example

White with #8129ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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