#802B9B

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

Shades of Vivid Violet #802B9B

Tints of Vivid Violet #802B9B

Color information

#802B9B (or 0x802B9B) is unknown color: approx Vivid Violet. HEX triplet: 80, 2B and 9B. RGB value is (128,43,155). Sum of RGB (Red+Green+Blue) = 128+43+155=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #802B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802B9B is #7FD464. Grayscale: #505050. Windows color (decimal): -8377445 or 10169216. OLE color: 10169216.

HSL color Cylindrical-coordinate representation of color #802B9B: hue angle of 285.54º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802B9B is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12843155-
CMYK0.170.7200.39
HSL285.54º56.57%38.82%-
HSV(B)285.54º72.26%60.78%-
XYZ15.688.6831.86-
YUV81.18169.66161.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=39.26%
G=13.19%
B=47.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128431550.170.7200.39285.5456.5738.82
Hex802B9B114802711e3927
Octal20053233211100474367147
Binary10000000101011100110111000110010000100111100011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,43,155); }

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

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

 a { background-color: rgb(128,43,155); }

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

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

 span { border-color: rgb(128,43,155); }

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