Html Css Color HEX #8241FE Blue Violet

📋 copy color: '#8241FE'

red 130 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #8241FE

Tints of Blue Violet #8241FE

RGB

 RED value IS 130 (51.17% from 255) = 28.95%

 GREEN value IS 65 (25.78% from 255) = 14.48%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 28.95%
G = 14.48%
B = 56.57%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8241FE (or 0x8241FE) is known color: Blue Violet. HEX triplet: 82, 41 and FE. RGB value is (130,65,254). Sum of RGB (Red+Green+Blue) = 130+65+254=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #8241FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8241FE is #7DBE01. Grayscale: #696969. Windows color (decimal): -8240642 or 16662914. OLE color: 16662914.

HSL color Cylindrical-coordinate representation of color #8241FE: hue angle of 260.63º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8241FE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 65 254 -
CMYK 0.49 0.74 0 0.00
HSL 260.63º 0.99% 0.63% -
HSV(B) 260.63º 0.74% 1% -
XYZ 28.99 15.68 95.27 -
YUV 105.98 211.53 145.13 -
System Red Green Blue C M Y K H S L
Decimal 130 65 254 0.49 0.74 0 0.00 260.63 0.99 0.63
Hex 82 41 FE 31 4A 0 0 105 63 3F
Octal 202 101 376 61 112 0 0 405 143 77
Binary 10000010 1000001 11111110 110001 1001010 0 0 100000101 1100011 111111

Color Harmonies of #8241FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8241FE

Black with #8241FE

Text Example


Text Example

White with #8241FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8241FE; }

 p { color: rgb(130,65,254); }

 H1.HeaderClassName
 {
   color: #8241FE;
 }
 .AnyTagClassName
 {
   color: #8241FE;
 }
</style>

background-color css

<style>
 a { background-color: #8241FE; }

 a { background-color: rgb(130,65,254); }

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

border-color css

<style>
 span { border-color: #8241FE; }

 span { border-color: rgb(130,65,254); }

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