Html Css Color HEX #8336EF Blue Violet

📋 copy color: '#8336EF'

red 131 ◦ green 54 ◦ blue 239

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

Shades of Blue Violet #8336EF

Tints of Blue Violet #8336EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 30.9%
G = 12.74%
B = 56.37%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8336EF (or 0x8336EF) is known color: Blue Violet. HEX triplet: 83, 36 and EF. RGB value is (131,54,239). Sum of RGB (Red+Green+Blue) = 131+54+239=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #8336EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8336EF is #7CC910. Grayscale: #616161. Windows color (decimal): -8177937 or 15677059. OLE color: 15677059.

HSL color Cylindrical-coordinate representation of color #8336EF: hue angle of 264.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8336EF is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 54 239 -
CMYK 0.45 0.77 0 0.06
HSL 264.97º 0.85% 0.57% -
HSV(B) 264.97º 0.77% 0.94% -
XYZ 26.26 13.7 82.92 -
YUV 98.11 207.51 151.46 -
System Red Green Blue C M Y K H S L
Decimal 131 54 239 0.45 0.77 0 0.06 264.97 0.85 0.57
Hex 83 36 EF 2D 4D 0 6 109 55 39
Octal 203 66 357 55 115 0 6 411 125 71
Binary 10000011 110110 11101111 101101 1001101 0 110 100001001 1010101 111001

Color Harmonies of #8336EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8336EF

Black with #8336EF

Text Example


Text Example

White with #8336EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8336EF; }

 p { color: rgb(131,54,239); }

 H1.HeaderClassName
 {
   color: #8336EF;
 }
 .AnyTagClassName
 {
   color: #8336EF;
 }
</style>

background-color css

<style>
 a { background-color: #8336EF; }

 a { background-color: rgb(131,54,239); }

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

border-color css

<style>
 span { border-color: #8336EF; }

 span { border-color: rgb(131,54,239); }

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