#8338DF

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

Shades of Blue Violet #8338DF

Tints of Blue Violet #8338DF

Color information

#8338DF (or 0x8338DF) is unknown color: approx Blue Violet. HEX triplet: 83, 38 and DF. RGB value is (131,56,223). Sum of RGB (Red+Green+Blue) = 131+56+223=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #8338DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338DF is #7CC720. Grayscale: #606060. Windows color (decimal): -8177441 or 14628995. OLE color: 14628995.

HSL color Cylindrical-coordinate representation of color #8338DF: hue angle of 266.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8338DF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13156223-
CMYK0.410.7500.13
HSL266.95º72.29%54.71%-
HSV(B)266.95º74.89%87.45%-
XYZ24.0912.9871.05-
YUV97.46198.85151.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 56 (22.27% from 255) = 13.66%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=31.95%
G=13.66%
B=54.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131562230.410.7500.13266.9572.2954.71
Hex8338DF294B0D10b4837
Octal203703375111301541311067
Binary10000011111000110111111010011001011011011000010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8338DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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