Html Css Color HEX #9346FA Blue Violet

📋 copy color: '#9346FA'

red 147 ◦ green 70 ◦ blue 250

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

Shades of Blue Violet #9346FA

Tints of Blue Violet #9346FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 31.48%
G = 14.99%
B = 53.53%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9346FA (or 0x9346FA) is known color: Blue Violet. HEX triplet: 93, 46 and FA. RGB value is (147,70,250). Sum of RGB (Red+Green+Blue) = 147+70+250=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #9346FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9346FA is #6CB905. Grayscale: #707070. Windows color (decimal): -7125254 or 16402067. OLE color: 16402067.

HSL color Cylindrical-coordinate representation of color #9346FA: hue angle of 265.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9346FA is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 70 250 -
CMYK 0.41 0.72 0 0.02
HSL 265.67º 0.95% 0.63% -
HSV(B) 265.67º 0.72% 0.98% -
XYZ 31.48 17.49 92.16 -
YUV 113.54 205.01 151.86 -
System Red Green Blue C M Y K H S L
Decimal 147 70 250 0.41 0.72 0 0.02 265.67 0.95 0.63
Hex 93 46 FA 29 48 0 2 10A 5F 3F
Octal 223 106 372 51 110 0 2 412 137 77
Binary 10010011 1000110 11111010 101001 1001000 0 10 100001010 1011111 111111

Color Harmonies of #9346FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346FA

Black with #9346FA

Text Example


Text Example

White with #9346FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9346FA; }

 p { color: rgb(147,70,250); }

 H1.HeaderClassName
 {
   color: #9346FA;
 }
 .AnyTagClassName
 {
   color: #9346FA;
 }
</style>

background-color css

<style>
 a { background-color: #9346FA; }

 a { background-color: rgb(147,70,250); }

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

border-color css

<style>
 span { border-color: #9346FA; }

 span { border-color: rgb(147,70,250); }

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