Html Css Color HEX #8129FA Blue Violet

📋 copy color: '#8129FA'

red 129 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #8129FA

Tints of Blue Violet #8129FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.52%

R = 30.71%
G = 9.76%
B = 59.52%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8129FA (or 0x8129FA) is known color: Blue Violet. HEX triplet: 81, 29 and FA. RGB value is (129,41,250). Sum of RGB (Red+Green+Blue) = 129+41+250=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #8129FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129FA is #7ED605. Grayscale: #5A5A5A. Windows color (decimal): -8312326 or 16394625. OLE color: 16394625.

HSL color Cylindrical-coordinate representation of color #8129FA: hue angle of 265.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8129FA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 41 250 -
CMYK 0.48 0.84 0 0.02
HSL 265.26º 0.95% 0.57% -
HSV(B) 265.26º 0.84% 0.98% -
XYZ 27.1 13.16 91.55 -
YUV 91.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 129 41 250 0.48 0.84 0 0.02 265.26 0.95 0.57
Hex 81 29 FA 30 54 0 2 109 5F 39
Octal 201 51 372 60 124 0 2 411 137 71
Binary 10000001 101001 11111010 110000 1010100 0 10 100001001 1011111 111001

Color Harmonies of #8129FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129FA

Black with #8129FA

Text Example


Text Example

White with #8129FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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