#802CDC

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

Shades of Blue Violet #802CDC

Tints of Blue Violet #802CDC

Color information

#802CDC (or 0x802CDC) is unknown color: approx Blue Violet. HEX triplet: 80, 2C and DC. RGB value is (128,44,220). Sum of RGB (Red+Green+Blue) = 128+44+220=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #802CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CDC is #7FD323. Grayscale: #585858. Windows color (decimal): -8377124 or 14429312. OLE color: 14429312.

HSL color Cylindrical-coordinate representation of color #802CDC: hue angle of 268.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802CDC is Cyan = 0.42, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12844220-
CMYK0.420.800.14
HSL268.64º71.54%51.76%-
HSV(B)268.64º80%86.27%-
XYZ22.7211.5668.74-
YUV89.18201.83155.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 44 (17.58% from 255) = 11.22%
BLUE value IS 220 (86.33% from 255) = 56.12%
R=32.65%
G=11.22%
B=56.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128442200.420.800.14268.6471.5451.76
Hex802CDC2A500E10d4834
Octal200543345212001641511064
Binary10000000101100110111001010101010000011101000011011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802CDC; }

 p { color: rgb(128,44,220); }

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

<style>
 a { background-color: #802CDC; }

 a { background-color: rgb(128,44,220); }

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

<style>
 span { border-color: #802CDC; }

 span { border-color: rgb(128,44,220); }

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