Html Css Color HEX #8129EF Blue Violet

📋 copy color: '#8129EF'

red 129 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #8129EF

Tints of Blue Violet #8129EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.44%

R = 31.54%
G = 10.02%
B = 58.44%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8129EF (or 0x8129EF) is known color: Blue Violet. HEX triplet: 81, 29 and EF. RGB value is (129,41,239). Sum of RGB (Red+Green+Blue) = 129+41+239=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #8129EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129EF is #7ED610. Grayscale: #595959. Windows color (decimal): -8312337 or 15673729. OLE color: 15673729.

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

Color convert

RGB 129 41 239 -
CMYK 0.46 0.83 0 0.06
HSL 266.67º 0.86% 0.55% -
HSV(B) 266.67º 0.83% 0.94% -
XYZ 25.43 12.49 82.73 -
YUV 89.88 212.15 155.9 -
System Red Green Blue C M Y K H S L
Decimal 129 41 239 0.46 0.83 0 0.06 266.67 0.86 0.55
Hex 81 29 EF 2E 53 0 6 10B 56 37
Octal 201 51 357 56 123 0 6 413 126 67
Binary 10000001 101001 11101111 101110 1010011 0 110 100001011 1010110 110111

Color Harmonies of #8129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129EF

Black with #8129EF

Text Example


Text Example

White with #8129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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