Html Css Color HEX #8339EE Blue Violet

📋 copy color: '#8339EE'

red 131 ◦ green 57 ◦ blue 238

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

Shades of Blue Violet #8339EE

Tints of Blue Violet #8339EE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.38%

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 30.75%
G = 13.38%
B = 55.87%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8339EE (or 0x8339EE) is known color: Blue Violet. HEX triplet: 83, 39 and EE. RGB value is (131,57,238). Sum of RGB (Red+Green+Blue) = 131+57+238=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #8339EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8339EE is #7CC611. Grayscale: #636363. Windows color (decimal): -8177170 or 15612291. OLE color: 15612291.

HSL color Cylindrical-coordinate representation of color #8339EE: hue angle of 264.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8339EE is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 57 238 -
CMYK 0.45 0.76 0 0.07
HSL 264.53º 0.84% 0.58% -
HSV(B) 264.53º 0.76% 0.93% -
XYZ 26.26 13.92 82.19 -
YUV 99.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 131 57 238 0.45 0.76 0 0.07 264.53 0.84 0.58
Hex 83 39 EE 2D 4C 0 7 109 54 3A
Octal 203 71 356 55 114 0 7 411 124 72
Binary 10000011 111001 11101110 101101 1001100 0 111 100001001 1010100 111010

Color Harmonies of #8339EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8339EE

Black with #8339EE

Text Example


Text Example

White with #8339EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8339EE; }

 p { color: rgb(131,57,238); }

 H1.HeaderClassName
 {
   color: #8339EE;
 }
 .AnyTagClassName
 {
   color: #8339EE;
 }
</style>

background-color css

<style>
 a { background-color: #8339EE; }

 a { background-color: rgb(131,57,238); }

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

border-color css

<style>
 span { border-color: #8339EE; }

 span { border-color: rgb(131,57,238); }

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