Html Css Color HEX #8137FA Blue Violet

📋 copy color: '#8137FA'

red 129 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #8137FA

Tints of Blue Violet #8137FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

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

R = 29.72%
G = 12.67%
B = 57.6%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8137FA (or 0x8137FA) is known color: Blue Violet. HEX triplet: 81, 37 and FA. RGB value is (129,55,250). Sum of RGB (Red+Green+Blue) = 129+55+250=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #8137FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8137FA is #7EC805. Grayscale: #626262. Windows color (decimal): -8308742 or 16398209. OLE color: 16398209.

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

Color convert

RGB 129 55 250 -
CMYK 0.48 0.78 0 0.02
HSL 262.77º 0.95% 0.6% -
HSV(B) 262.77º 0.78% 0.98% -
XYZ 27.67 14.3 91.74 -
YUV 99.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 129 55 250 0.48 0.78 0 0.02 262.77 0.95 0.6
Hex 81 37 FA 30 4E 0 2 107 5F 3C
Octal 201 67 372 60 116 0 2 407 137 74
Binary 10000001 110111 11111010 110000 1001110 0 10 100000111 1011111 111100

Color Harmonies of #8137FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137FA

Black with #8137FA

Text Example


Text Example

White with #8137FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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