Html Css Color HEX #8147F1 Blue Violet

📋 copy color: '#8147F1'

red 129 ◦ green 71 ◦ blue 241

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

Shades of Blue Violet #8147F1

Tints of Blue Violet #8147F1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.1%

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 29.25%
G = 16.1%
B = 54.65%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8147F1 (or 0x8147F1) is known color: Blue Violet. HEX triplet: 81, 47 and F1. RGB value is (129,71,241). Sum of RGB (Red+Green+Blue) = 129+71+241=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #8147F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8147F1 is #7EB80E. Grayscale: #6B6B6B. Windows color (decimal): -8304655 or 15812481. OLE color: 15812481.

HSL color Cylindrical-coordinate representation of color #8147F1: hue angle of 260.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8147F1 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 71 241 -
CMYK 0.46 0.71 0 0.05
HSL 260.47º 0.86% 0.61% -
HSV(B) 260.47º 0.71% 0.95% -
XYZ 27.18 15.52 84.78 -
YUV 107.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 129 71 241 0.46 0.71 0 0.05 260.47 0.86 0.61
Hex 81 47 F1 2E 47 0 5 104 56 3D
Octal 201 107 361 56 107 0 5 404 126 75
Binary 10000001 1000111 11110001 101110 1000111 0 101 100000100 1010110 111101

Color Harmonies of #8147F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8147F1

Black with #8147F1

Text Example


Text Example

White with #8147F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8147F1; }

 p { color: rgb(129,71,241); }

 H1.HeaderClassName
 {
   color: #8147F1;
 }
 .AnyTagClassName
 {
   color: #8147F1;
 }
</style>

background-color css

<style>
 a { background-color: #8147F1; }

 a { background-color: rgb(129,71,241); }

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

border-color css

<style>
 span { border-color: #8147F1; }

 span { border-color: rgb(129,71,241); }

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