Html Css Color HEX #9344F6 Blue Violet

📋 copy color: '#9344F6'

red 147 ◦ green 68 ◦ blue 246

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

Shades of Blue Violet #9344F6

Tints of Blue Violet #9344F6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 31.89%
G = 14.75%
B = 53.36%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9344F6 (or 0x9344F6) is known color: Blue Violet. HEX triplet: 93, 44 and F6. RGB value is (147,68,246). Sum of RGB (Red+Green+Blue) = 147+68+246=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #9344F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9344F6 is #6CBB09. Grayscale: #6F6F6F. Windows color (decimal): -7125770 or 16139411. OLE color: 16139411.

HSL color Cylindrical-coordinate representation of color #9344F6: hue angle of 266.63º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9344F6 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 68 246 -
CMYK 0.40 0.72 0 0.04
HSL 266.63º 0.91% 0.62% -
HSV(B) 266.63º 0.72% 0.96% -
XYZ 30.73 16.99 88.85 -
YUV 111.91 203.67 153.03 -
System Red Green Blue C M Y K H S L
Decimal 147 68 246 0.40 0.72 0 0.04 266.63 0.91 0.62
Hex 93 44 F6 28 48 0 4 10B 5B 3E
Octal 223 104 366 50 110 0 4 413 133 76
Binary 10010011 1000100 11110110 101000 1001000 0 100 100001011 1011011 111110

Color Harmonies of #9344F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9344F6

Black with #9344F6

Text Example


Text Example

White with #9344F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9344F6; }

 p { color: rgb(147,68,246); }

 H1.HeaderClassName
 {
   color: #9344F6;
 }
 .AnyTagClassName
 {
   color: #9344F6;
 }
</style>

background-color css

<style>
 a { background-color: #9344F6; }

 a { background-color: rgb(147,68,246); }

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

border-color css

<style>
 span { border-color: #9344F6; }

 span { border-color: rgb(147,68,246); }

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