Html Css Color HEX #9348F1 Blue Violet

📋 copy color: '#9348F1'

red 147 ◦ green 72 ◦ blue 241

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

Shades of Blue Violet #9348F1

Tints of Blue Violet #9348F1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.65%

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

R = 31.96%
G = 15.65%
B = 52.39%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9348F1 (or 0x9348F1) is known color: Blue Violet. HEX triplet: 93, 48 and F1. RGB value is (147,72,241). Sum of RGB (Red+Green+Blue) = 147+72+241=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #9348F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9348F1 is #6CB70E. Grayscale: #717171. Windows color (decimal): -7124751 or 15812755. OLE color: 15812755.

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

Color convert

RGB 147 72 241 -
CMYK 0.39 0.70 0 0.05
HSL 266.63º 0.86% 0.61% -
HSV(B) 266.63º 0.7% 0.95% -
XYZ 30.23 17.19 84.94 -
YUV 113.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 147 72 241 0.39 0.70 0 0.05 266.63 0.86 0.61
Hex 93 48 F1 27 46 0 5 10B 56 3D
Octal 223 110 361 47 106 0 5 413 126 75
Binary 10010011 1001000 11110001 100111 1000110 0 101 100001011 1010110 111101

Color Harmonies of #9348F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348F1

Black with #9348F1

Text Example


Text Example

White with #9348F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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