#9b21a5

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

Shades of Vivid Violet #9B21A5

Tints of Vivid Violet #9B21A5

Color information

#9B21A5 (or 0x9B21A5) is unknown color: approx Vivid Violet. HEX triplet: 9B, 21 and A5. RGB value is (155,33,165). Sum of RGB (Red+Green+Blue) = 155+33+165=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B21A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B21A5 is #64DE5A. Grayscale: #545454. Windows color (decimal): -6610523 or 10822043. OLE color: 10822043.

HSL color Cylindrical-coordinate representation of color #9B21A5: hue angle of 295.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B21A5 is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15533165-
CMYK0.060.800.35
HSL295.45º66.67%38.82%-
HSV(B)295.45º80%64.71%-
XYZ20.8510.7736.58-
YUV84.53173.42178.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=43.91%
G=9.35%
B=46.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155331650.060.800.35295.4566.6738.82
Hex9B21A56500231274327
Octal23341245612004344710347
Binary1001101110000110100101110101000001000111001001111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b21a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b21a5; }

 p { color: rgb(155,33,165); }

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

<style>
 a { background-color: #9b21a5; }

 a { background-color: rgb(155,33,165); }

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

<style>
 span { border-color: #9b21a5; }

 span { border-color: rgb(155,33,165); }

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