Html Css Color HEX #8127FB Blue Violet

📋 copy color: '#8127FB'

red 129 ◦ green 39 ◦ blue 251

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

Shades of Blue Violet #8127FB

Tints of Blue Violet #8127FB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 30.79%
G = 9.31%
B = 59.9%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8127FB (or 0x8127FB) is known color: Blue Violet. HEX triplet: 81, 27 and FB. RGB value is (129,39,251). Sum of RGB (Red+Green+Blue) = 129+39+251=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #8127FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8127FB is #7ED804. Grayscale: #595959. Windows color (decimal): -8312837 or 16459649. OLE color: 16459649.

HSL color Cylindrical-coordinate representation of color #8127FB: hue angle of 265.47º degrees, saturation: 0.96, 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 #8127FB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 39 251 -
CMYK 0.49 0.84 0 0.02
HSL 265.47º 0.96% 0.57% -
HSV(B) 265.47º 0.84% 0.98% -
XYZ 27.19 13.08 92.36 -
YUV 90.08 218.82 155.76 -
System Red Green Blue C M Y K H S L
Decimal 129 39 251 0.49 0.84 0 0.02 265.47 0.96 0.57
Hex 81 27 FB 31 54 0 2 109 60 39
Octal 201 47 373 61 124 0 2 411 140 71
Binary 10000001 100111 11111011 110001 1010100 0 10 100001001 1100000 111001

Color Harmonies of #8127FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8127FB

Black with #8127FB

Text Example


Text Example

White with #8127FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8127FB; }

 p { color: rgb(129,39,251); }

 H1.HeaderClassName
 {
   color: #8127FB;
 }
 .AnyTagClassName
 {
   color: #8127FB;
 }
</style>

background-color css

<style>
 a { background-color: #8127FB; }

 a { background-color: rgb(129,39,251); }

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

border-color css

<style>
 span { border-color: #8127FB; }

 span { border-color: rgb(129,39,251); }

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