Html Css Color HEX #8348CE Blue Violet

📋 copy color: '#8348CE'

red 131 ◦ green 72 ◦ blue 206

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

Shades of Blue Violet #8348CE

Tints of Blue Violet #8348CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 32.03%
G = 17.6%
B = 50.37%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8348CE (or 0x8348CE) is known color: Blue Violet. HEX triplet: 83, 48 and CE. RGB value is (131,72,206). Sum of RGB (Red+Green+Blue) = 131+72+206=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #8348CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348CE is #7CB731. Grayscale: #686868. Windows color (decimal): -8173362 or 13518979. OLE color: 13518979.

HSL color Cylindrical-coordinate representation of color #8348CE: hue angle of 266.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8348CE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 72 206 -
CMYK 0.36 0.65 0 0.19
HSL 266.42º 0.58% 0.55% -
HSV(B) 266.42º 0.65% 0.81% -
XYZ 22.82 13.92 59.88 -
YUV 104.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 131 72 206 0.36 0.65 0 0.19 266.42 0.58 0.55
Hex 83 48 CE 24 41 0 13 10A 3A 37
Octal 203 110 316 44 101 0 23 412 72 67
Binary 10000011 1001000 11001110 100100 1000001 0 10011 100001010 111010 110111

Color Harmonies of #8348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348CE

Black with #8348CE

Text Example


Text Example

White with #8348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8348CE; }

 p { color: rgb(131,72,206); }

 H1.HeaderClassName
 {
   color: #8348CE;
 }
 .AnyTagClassName
 {
   color: #8348CE;
 }
</style>

background-color css

<style>
 a { background-color: #8348CE; }

 a { background-color: rgb(131,72,206); }

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

border-color css

<style>
 span { border-color: #8348CE; }

 span { border-color: rgb(131,72,206); }

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