Html Css Color HEX #8342F1 Blue Violet

📋 copy color: '#8342F1'

red 131 ◦ green 66 ◦ blue 241

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

Shades of Blue Violet #8342F1

Tints of Blue Violet #8342F1

RGB

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

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

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

R = 29.91%
G = 15.07%
B = 55.02%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8342F1 (or 0x8342F1) is known color: Blue Violet. HEX triplet: 83, 42 and F1. RGB value is (131,66,241). Sum of RGB (Red+Green+Blue) = 131+66+241=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #8342F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342F1 is #7CBD0E. Grayscale: #686868. Windows color (decimal): -8174863 or 15811203. OLE color: 15811203.

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

Color convert

RGB 131 66 241 -
CMYK 0.46 0.73 0 0.05
HSL 262.29º 0.86% 0.6% -
HSV(B) 262.29º 0.73% 0.95% -
XYZ 27.19 15.07 84.7 -
YUV 105.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 131 66 241 0.46 0.73 0 0.05 262.29 0.86 0.6
Hex 83 42 F1 2E 49 0 5 106 56 3C
Octal 203 102 361 56 111 0 5 406 126 74
Binary 10000011 1000010 11110001 101110 1001001 0 101 100000110 1010110 111100

Color Harmonies of #8342F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342F1

Black with #8342F1

Text Example


Text Example

White with #8342F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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