Html Css Color HEX #9340EF Blue Violet

📋 copy color: '#9340EF'

red 147 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9340EF

Tints of Blue Violet #9340EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

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

R = 32.67%
G = 14.22%
B = 53.11%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9340EF (or 0x9340EF) is known color: Blue Violet. HEX triplet: 93, 40 and EF. RGB value is (147,64,239). Sum of RGB (Red+Green+Blue) = 147+64+239=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #9340EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9340EF is #6CBF10. Grayscale: #6C6C6C. Windows color (decimal): -7126801 or 15679635. OLE color: 15679635.

HSL color Cylindrical-coordinate representation of color #9340EF: hue angle of 268.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9340EF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 64 239 -
CMYK 0.38 0.73 0 0.06
HSL 268.46º 0.85% 0.59% -
HSV(B) 268.46º 0.73% 0.94% -
XYZ 29.45 16.1 83.22 -
YUV 108.77 201.5 155.27 -
System Red Green Blue C M Y K H S L
Decimal 147 64 239 0.38 0.73 0 0.06 268.46 0.85 0.59
Hex 93 40 EF 26 49 0 6 10C 55 3B
Octal 223 100 357 46 111 0 6 414 125 73
Binary 10010011 1000000 11101111 100110 1001001 0 110 100001100 1010101 111011

Color Harmonies of #9340EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9340EF

Black with #9340EF

Text Example


Text Example

White with #9340EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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