Html Css Color HEX #9319DD Blue Violet

📋 copy color: '#9319DD'

red 147 ◦ green 25 ◦ blue 221

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

Shades of Blue Violet #9319DD

Tints of Blue Violet #9319DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.36%

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

R = 37.4%
G = 6.36%
B = 56.23%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9319DD (or 0x9319DD) is known color: Blue Violet. HEX triplet: 93, 19 and DD. RGB value is (147,25,221). Sum of RGB (Red+Green+Blue) = 147+25+221=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #9319DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319DD is #6CE622. Grayscale: #535353. Windows color (decimal): -7136803 or 14490003. OLE color: 14490003.

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

Color convert

RGB 147 25 221 -
CMYK 0.33 0.89 0 0.13
HSL 277.35º 0.8% 0.48% -
HSV(B) 277.35º 0.89% 0.87% -
XYZ 25.43 12.12 69.41 -
YUV 83.82 205.42 173.06 -
System Red Green Blue C M Y K H S L
Decimal 147 25 221 0.33 0.89 0 0.13 277.35 0.8 0.48
Hex 93 19 DD 21 59 0 D 115 50 30
Octal 223 31 335 41 131 0 15 425 120 60
Binary 10010011 11001 11011101 100001 1011001 0 1101 100010101 1010000 110000

Color Harmonies of #9319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9319DD

Black with #9319DD

Text Example


Text Example

White with #9319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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