#8038CA

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

Shades of Blue Violet #8038CA

Tints of Blue Violet #8038CA

Color information

#8038CA (or 0x8038CA) is unknown color: approx Blue Violet. HEX triplet: 80, 38 and CA. RGB value is (128,56,202). Sum of RGB (Red+Green+Blue) = 128+56+202=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #8038CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038CA is #7FC735. Grayscale: #5D5D5D. Windows color (decimal): -8374070 or 13252736. OLE color: 13252736.

HSL color Cylindrical-coordinate representation of color #8038CA: hue angle of 269.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8038CA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12856202-
CMYK0.370.7200.21
HSL269.59º57.94%50.59%-
HSV(B)269.59º72.28%79.22%-
XYZ20.9811.6857.03-
YUV94.17188.85152.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 56 (22.27% from 255) = 14.51%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=33.16%
G=14.51%
B=52.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128562020.370.7200.21269.5957.9450.59
Hex8038CA254801510e3a33
Octal20070312451100254167263
Binary10000000111000110010101001011001000010101100001110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8038CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8038CA; }

 p { color: rgb(128,56,202); }

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

<style>
 a { background-color: #8038CA; }

 a { background-color: rgb(128,56,202); }

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

<style>
 span { border-color: #8038CA; }

 span { border-color: rgb(128,56,202); }

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