Html Css Color HEX #9330DD Blue Violet

📋 copy color: '#9330DD'

red 147 ◦ green 48 ◦ blue 221

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

Shades of Blue Violet #9330DD

Tints of Blue Violet #9330DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 35.34%
G = 11.54%
B = 53.13%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9330DD (or 0x9330DD) is known color: Blue Violet. HEX triplet: 93, 30 and DD. RGB value is (147,48,221). Sum of RGB (Red+Green+Blue) = 147+48+221=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #9330DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9330DD is #6CCF22. Grayscale: #606060. Windows color (decimal): -7130915 or 14495891. OLE color: 14495891.

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

Color convert

RGB 147 48 221 -
CMYK 0.33 0.78 0 0.13
HSL 274.34º 0.72% 0.53% -
HSV(B) 274.34º 0.78% 0.87% -
XYZ 26.14 13.54 69.64 -
YUV 97.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 147 48 221 0.33 0.78 0 0.13 274.34 0.72 0.53
Hex 93 30 DD 21 4E 0 D 112 48 35
Octal 223 60 335 41 116 0 15 422 110 65
Binary 10010011 110000 11011101 100001 1001110 0 1101 100010010 1001000 110101

Color Harmonies of #9330DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9330DD

Black with #9330DD

Text Example


Text Example

White with #9330DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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