Html Css Color HEX #9349EC Blue Violet

📋 copy color: '#9349EC'

red 147 ◦ green 73 ◦ blue 236

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

Shades of Blue Violet #9349EC

Tints of Blue Violet #9349EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 32.24%
G = 16.01%
B = 51.75%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9349EC (or 0x9349EC) is known color: Blue Violet. HEX triplet: 93, 49 and EC. RGB value is (147,73,236). Sum of RGB (Red+Green+Blue) = 147+73+236=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #9349EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9349EC is #6CB613. Grayscale: #717171. Windows color (decimal): -7124500 or 15485331. OLE color: 15485331.

HSL color Cylindrical-coordinate representation of color #9349EC: hue angle of 267.24º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9349EC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 73 236 -
CMYK 0.38 0.69 0 0.07
HSL 267.24º 0.81% 0.61% -
HSV(B) 267.24º 0.69% 0.93% -
XYZ 29.56 17.02 81.09 -
YUV 113.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 147 73 236 0.38 0.69 0 0.07 267.24 0.81 0.61
Hex 93 49 EC 26 45 0 7 10B 51 3D
Octal 223 111 354 46 105 0 7 413 121 75
Binary 10010011 1001001 11101100 100110 1000101 0 111 100001011 1010001 111101

Color Harmonies of #9349EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9349EC

Black with #9349EC

Text Example


Text Example

White with #9349EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9349EC; }

 p { color: rgb(147,73,236); }

 H1.HeaderClassName
 {
   color: #9349EC;
 }
 .AnyTagClassName
 {
   color: #9349EC;
 }
</style>

background-color css

<style>
 a { background-color: #9349EC; }

 a { background-color: rgb(147,73,236); }

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

border-color css

<style>
 span { border-color: #9349EC; }

 span { border-color: rgb(147,73,236); }

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