Html Css Color HEX #9348EF Blue Violet

📋 copy color: '#9348EF'

red 147 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #9348EF

Tints of Blue Violet #9348EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 32.1%
G = 15.72%
B = 52.18%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9348EF (or 0x9348EF) is known color: Blue Violet. HEX triplet: 93, 48 and EF. RGB value is (147,72,239). Sum of RGB (Red+Green+Blue) = 147+72+239=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #9348EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9348EF is #6CB710. Grayscale: #707070. Windows color (decimal): -7124753 or 15681683. OLE color: 15681683.

HSL color Cylindrical-coordinate representation of color #9348EF: hue angle of 266.95º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9348EF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 72 239 -
CMYK 0.38 0.70 0 0.06
HSL 266.95º 0.84% 0.61% -
HSV(B) 266.95º 0.7% 0.94% -
XYZ 29.93 17.07 83.38 -
YUV 113.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 147 72 239 0.38 0.70 0 0.06 266.95 0.84 0.61
Hex 93 48 EF 26 46 0 6 10B 54 3D
Octal 223 110 357 46 106 0 6 413 124 75
Binary 10010011 1001000 11101111 100110 1000110 0 110 100001011 1010100 111101

Color Harmonies of #9348EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348EF

Black with #9348EF

Text Example


Text Example

White with #9348EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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