Html Css Color HEX #8117F9 Blue Violet

📋 copy color: '#8117F9'

red 129 ◦ green 23 ◦ blue 249

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

Shades of Blue Violet #8117F9

Tints of Blue Violet #8117F9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.74%

 BLUE value IS 249 (97.66% from 255) = 62.09%

R = 32.17%
G = 5.74%
B = 62.09%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8117F9 (or 0x8117F9) is known color: Blue Violet. HEX triplet: 81, 17 and F9. RGB value is (129,23,249). Sum of RGB (Red+Green+Blue) = 129+23+249=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #8117F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8117F9 is #7EE806. Grayscale: #4F4F4F. Windows color (decimal): -8316935 or 16324481. OLE color: 16324481.

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

Color convert

RGB 129 23 249 -
CMYK 0.48 0.91 0 0.02
HSL 268.14º 0.95% 0.53% -
HSV(B) 268.14º 0.91% 0.98% -
XYZ 26.46 12.12 90.57 -
YUV 80.46 223.12 162.62 -
System Red Green Blue C M Y K H S L
Decimal 129 23 249 0.48 0.91 0 0.02 268.14 0.95 0.53
Hex 81 17 F9 30 5B 0 2 10C 5F 35
Octal 201 27 371 60 133 0 2 414 137 65
Binary 10000001 10111 11111001 110000 1011011 0 10 100001100 1011111 110101

Color Harmonies of #8117F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8117F9

Black with #8117F9

Text Example


Text Example

White with #8117F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8117F9; }

 p { color: rgb(129,23,249); }

 H1.HeaderClassName
 {
   color: #8117F9;
 }
 .AnyTagClassName
 {
   color: #8117F9;
 }
</style>

background-color css

<style>
 a { background-color: #8117F9; }

 a { background-color: rgb(129,23,249); }

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

border-color css

<style>
 span { border-color: #8117F9; }

 span { border-color: rgb(129,23,249); }

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