Html Css Color HEX #8342FE Blue Violet

📋 copy color: '#8342FE'

red 131 ◦ green 66 ◦ blue 254

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

Shades of Blue Violet #8342FE

Tints of Blue Violet #8342FE

RGB

 RED value IS 131 (51.56% from 255) = 29.05%

 GREEN value IS 66 (26.17% from 255) = 14.63%

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

R = 29.05%
G = 14.63%
B = 56.32%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8342FE (or 0x8342FE) is known color: Blue Violet. HEX triplet: 83, 42 and FE. RGB value is (131,66,254). Sum of RGB (Red+Green+Blue) = 131+66+254=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #8342FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342FE is #7CBD01. Grayscale: #6A6A6A. Windows color (decimal): -8174850 or 16663171. OLE color: 16663171.

HSL color Cylindrical-coordinate representation of color #8342FE: hue angle of 260.74º 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 #8342FE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 66 254 -
CMYK 0.48 0.74 0 0.00
HSL 260.74º 0.99% 0.63% -
HSV(B) 260.74º 0.74% 1% -
XYZ 29.2 15.88 95.29 -
YUV 106.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 131 66 254 0.48 0.74 0 0.00 260.74 0.99 0.63
Hex 83 42 FE 30 4A 0 0 105 63 3F
Octal 203 102 376 60 112 0 0 405 143 77
Binary 10000011 1000010 11111110 110000 1001010 0 0 100000101 1100011 111111

Color Harmonies of #8342FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342FE

Black with #8342FE

Text Example


Text Example

White with #8342FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,66,254); }

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

background-color css

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

 a { background-color: rgb(131,66,254); }

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

border-color css

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

 span { border-color: rgb(131,66,254); }

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