Html Css Color HEX #9324DD Blue Violet

📋 copy color: '#9324DD'

red 147 ◦ green 36 ◦ blue 221

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

Shades of Blue Violet #9324DD

Tints of Blue Violet #9324DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.91%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 36.39%
G = 8.91%
B = 54.7%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9324DD (or 0x9324DD) is known color: Blue Violet. HEX triplet: 93, 24 and DD. RGB value is (147,36,221). Sum of RGB (Red+Green+Blue) = 147+36+221=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #9324DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9324DD is #6CDB22. Grayscale: #595959. Windows color (decimal): -7133987 or 14492819. OLE color: 14492819.

HSL color Cylindrical-coordinate representation of color #9324DD: hue angle of 276º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9324DD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 36 221 -
CMYK 0.33 0.84 0 0.13
HSL 276º 0.73% 0.5% -
HSV(B) 276º 0.84% 0.87% -
XYZ 25.71 12.69 69.5 -
YUV 90.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 147 36 221 0.33 0.84 0 0.13 276 0.73 0.5
Hex 93 24 DD 21 54 0 D 114 49 32
Octal 223 44 335 41 124 0 15 424 111 62
Binary 10010011 100100 11011101 100001 1010100 0 1101 100010100 1001001 110010

Color Harmonies of #9324DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9324DD

Black with #9324DD

Text Example


Text Example

White with #9324DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9324DD; }

 p { color: rgb(147,36,221); }

 H1.HeaderClassName
 {
   color: #9324DD;
 }
 .AnyTagClassName
 {
   color: #9324DD;
 }
</style>

background-color css

<style>
 a { background-color: #9324DD; }

 a { background-color: rgb(147,36,221); }

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

border-color css

<style>
 span { border-color: #9324DD; }

 span { border-color: rgb(147,36,221); }

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