Html Css Color HEX #9328A9 Vivid Violet

📋 copy color: '#9328A9'

red 147 ◦ green 40 ◦ blue 169

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

Shades of Vivid Violet #9328A9

Tints of Vivid Violet #9328A9

RGB

 RED value IS 147 (57.81% from 255) = 41.29%

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 41.29%
G = 11.24%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9328A9 (or 0x9328A9) is known color: Vivid Violet. HEX triplet: 93, 28 and A9. RGB value is (147,40,169). Sum of RGB (Red+Green+Blue) = 147+40+169=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #9328A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9328A9 is #6CD756. Grayscale: #565656. Windows color (decimal): -7133015 or 11085971. OLE color: 11085971.

HSL color Cylindrical-coordinate representation of color #9328A9: hue angle of 289.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9328A9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 40 169 -
CMYK 0.13 0.76 0 0.34
HSL 289.77º 0.62% 0.41% -
HSV(B) 289.77º 0.76% 0.66% -
XYZ 19.95 10.59 38.53 -
YUV 86.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 147 40 169 0.13 0.76 0 0.34 289.77 0.62 0.41
Hex 93 28 A9 D 4C 0 22 122 3E 29
Octal 223 50 251 15 114 0 42 442 76 51
Binary 10010011 101000 10101001 1101 1001100 0 100010 100100010 111110 101001

Color Harmonies of #9328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9328A9

Black with #9328A9

Text Example


Text Example

White with #9328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9328A9; }

 p { color: rgb(147,40,169); }

 H1.HeaderClassName
 {
   color: #9328A9;
 }
 .AnyTagClassName
 {
   color: #9328A9;
 }
</style>

background-color css

<style>
 a { background-color: #9328A9; }

 a { background-color: rgb(147,40,169); }

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

border-color css

<style>
 span { border-color: #9328A9; }

 span { border-color: rgb(147,40,169); }

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