Html Css Color HEX #8140FB Blue Violet

📋 copy color: '#8140FB'

red 129 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #8140FB

Tints of Blue Violet #8140FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

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

R = 29.05%
G = 14.41%
B = 56.53%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8140FB (or 0x8140FB) is known color: Blue Violet. HEX triplet: 81, 40 and FB. RGB value is (129,64,251). Sum of RGB (Red+Green+Blue) = 129+64+251=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #8140FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8140FB is #7EBF04. Grayscale: #686868. Windows color (decimal): -8306437 or 16466049. OLE color: 16466049.

HSL color Cylindrical-coordinate representation of color #8140FB: hue angle of 260.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8140FB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 64 251 -
CMYK 0.49 0.75 0 0.02
HSL 260.86º 0.96% 0.62% -
HSV(B) 260.86º 0.75% 0.98% -
XYZ 28.3 15.3 92.73 -
YUV 104.75 210.53 145.29 -
System Red Green Blue C M Y K H S L
Decimal 129 64 251 0.49 0.75 0 0.02 260.86 0.96 0.62
Hex 81 40 FB 31 4B 0 2 105 60 3E
Octal 201 100 373 61 113 0 2 405 140 76
Binary 10000001 1000000 11111011 110001 1001011 0 10 100000101 1100000 111110

Color Harmonies of #8140FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140FB

Black with #8140FB

Text Example


Text Example

White with #8140FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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