Html Css Color HEX #9347DD Blue Violet

📋 copy color: '#9347DD'

red 147 ◦ green 71 ◦ blue 221

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

Shades of Blue Violet #9347DD

Tints of Blue Violet #9347DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

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

R = 33.49%
G = 16.17%
B = 50.34%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9347DD (or 0x9347DD) is known color: Blue Violet. HEX triplet: 93, 47 and DD. RGB value is (147,71,221). Sum of RGB (Red+Green+Blue) = 147+71+221=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9347DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347DD is #6CB822. Grayscale: #6E6E6E. Windows color (decimal): -7125027 or 14501779. OLE color: 14501779.

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

Color convert

RGB 147 71 221 -
CMYK 0.33 0.68 0 0.13
HSL 270.4º 0.69% 0.57% -
HSV(B) 270.4º 0.68% 0.87% -
XYZ 27.34 15.93 70.04 -
YUV 110.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 147 71 221 0.33 0.68 0 0.13 270.4 0.69 0.57
Hex 93 47 DD 21 44 0 D 10E 45 39
Octal 223 107 335 41 104 0 15 416 105 71
Binary 10010011 1000111 11011101 100001 1000100 0 1101 100001110 1000101 111001

Color Harmonies of #9347DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9347DD

Black with #9347DD

Text Example


Text Example

White with #9347DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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