#8338EF

Color #8338EF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8338EF

Tints of Blue Violet #8338EF

Color information

#8338EF (or 0x8338EF) is unknown color: approx Blue Violet. HEX triplet: 83, 38 and EF. RGB value is (131,56,239). Sum of RGB (Red+Green+Blue) = 131+56+239=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8338EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8338EF is #7CC710. Grayscale: #626262. Windows color (decimal): -8177425 or 15677571. OLE color: 15677571.

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

Color convert

RGB13156239-
CMYK0.450.7700.06
HSL264.59º85.12%57.84%-
HSV(B)264.59º76.57%93.73%-
XYZ26.3513.8982.95-
YUV99.29206.85150.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 239 (93.75% from 255) = 56.10%
R=30.75%
G=13.15%
B=56.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131562390.450.7700.06264.5985.1257.84
Hex8338EF2D4D06109553a
Octal20370357551150641112572
Binary1000001111100011101111101101100110101101000010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8338EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8338EF;
 }
 .AnyTagClassName
 {
   color: #8338EF;
 }
</style>
background-color css

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

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

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

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

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

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