Html Css Color HEX #9346F1 Blue Violet

📋 copy color: '#9346F1'

red 147 ◦ green 70 ◦ blue 241

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

Shades of Blue Violet #9346F1

Tints of Blue Violet #9346F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.62%

R = 32.1%
G = 15.28%
B = 52.62%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9346F1 (or 0x9346F1) is known color: Blue Violet. HEX triplet: 93, 46 and F1. RGB value is (147,70,241). Sum of RGB (Red+Green+Blue) = 147+70+241=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #9346F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9346F1 is #6CB90E. Grayscale: #6F6F6F. Windows color (decimal): -7125263 or 15812243. OLE color: 15812243.

HSL color Cylindrical-coordinate representation of color #9346F1: hue angle of 267.02º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9346F1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 70 241 -
CMYK 0.39 0.71 0 0.05
HSL 267.02º 0.86% 0.61% -
HSV(B) 267.02º 0.71% 0.95% -
XYZ 30.1 16.93 84.9 -
YUV 112.52 200.51 152.6 -
System Red Green Blue C M Y K H S L
Decimal 147 70 241 0.39 0.71 0 0.05 267.02 0.86 0.61
Hex 93 46 F1 27 47 0 5 10B 56 3D
Octal 223 106 361 47 107 0 5 413 126 75
Binary 10010011 1000110 11110001 100111 1000111 0 101 100001011 1010110 111101

Color Harmonies of #9346F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346F1

Black with #9346F1

Text Example


Text Example

White with #9346F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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