Html Css Color HEX #9B21A9 Vivid Violet

📋 copy color: '#9B21A9'

red 155 ◦ green 33 ◦ blue 169

#9B21A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #9B21A9

Tints of Vivid Violet #9B21A9

RGB

 RED value IS 155 (60.94% from 255) = 43.42%

 GREEN value IS 33 (13.28% from 255) = 9.24%

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 43.42%
G = 9.24%
B = 47.34%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9B21A9 (or 0x9B21A9) is known color: Vivid Violet. HEX triplet: 9B, 21 and A9. RGB value is (155,33,169). Sum of RGB (Red+Green+Blue) = 155+33+169=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B21A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B21A9 is #64DE56. Grayscale: #545454. Windows color (decimal): -6610519 or 11084187. OLE color: 11084187.

HSL color Cylindrical-coordinate representation of color #9B21A9: hue angle of 293.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B21A9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 33 169 -
CMYK 0.08 0.80 0 0.34
HSL 293.82º 0.67% 0.4% -
HSV(B) 293.82º 0.8% 0.66% -
XYZ 21.22 10.92 38.53 -
YUV 84.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 155 33 169 0.08 0.80 0 0.34 293.82 0.67 0.4
Hex 9B 21 A9 8 50 0 22 126 43 28
Octal 233 41 251 10 120 0 42 446 103 50
Binary 10011011 100001 10101001 1000 1010000 0 100010 100100110 1000011 101000

Color Harmonies of #9B21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B21A9

Black with #9B21A9

Text Example


Text Example

White with #9B21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B21A9;
 }
 .AnyTagClassName
 {
   color: #9B21A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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