#8338A4

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

Shades of Vivid Violet #8338A4

Tints of Vivid Violet #8338A4

Color information

#8338A4 (or 0x8338A4) is unknown color: approx Vivid Violet. HEX triplet: 83, 38 and A4. RGB value is (131,56,164). Sum of RGB (Red+Green+Blue) = 131+56+164=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #8338A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8338A4 is #7CC75B. Grayscale: #5A5A5A. Windows color (decimal): -8177500 or 10762371. OLE color: 10762371.

HSL color Cylindrical-coordinate representation of color #8338A4: hue angle of 281.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8338A4 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13156164-
CMYK0.200.6600.36
HSL281.67º49.09%43.14%-
HSV(B)281.67º65.85%64.31%-
XYZ17.4810.3336.2-
YUV90.74169.35156.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=37.32%
G=15.95%
B=46.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131561640.200.6600.36281.6749.0943.14
Hex8338A4144202411a312b
Octal20370244241020444326153
Binary10000011111000101001001010010000100100100100011010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8338A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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