Html Css Color HEX #8124F9 Blue Violet

📋 copy color: '#8124F9'

red 129 ◦ green 36 ◦ blue 249

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

Shades of Blue Violet #8124F9

Tints of Blue Violet #8124F9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

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

R = 31.16%
G = 8.7%
B = 60.14%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8124F9 (or 0x8124F9) is known color: Blue Violet. HEX triplet: 81, 24 and F9. RGB value is (129,36,249). Sum of RGB (Red+Green+Blue) = 129+36+249=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #8124F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124F9 is #7EDB06. Grayscale: #575757. Windows color (decimal): -8313607 or 16327809. OLE color: 16327809.

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

Color convert

RGB 129 36 249 -
CMYK 0.48 0.86 0 0.02
HSL 266.2º 0.95% 0.56% -
HSV(B) 266.2º 0.86% 0.98% -
XYZ 26.78 12.77 90.68 -
YUV 88.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 129 36 249 0.48 0.86 0 0.02 266.2 0.95 0.56
Hex 81 24 F9 30 56 0 2 10A 5F 38
Octal 201 44 371 60 126 0 2 412 137 70
Binary 10000001 100100 11111001 110000 1010110 0 10 100001010 1011111 111000

Color Harmonies of #8124F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8124F9

Black with #8124F9

Text Example


Text Example

White with #8124F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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