Html Css Color HEX #9340E5 Blue Violet

📋 copy color: '#9340E5'

red 147 ◦ green 64 ◦ blue 229

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

Shades of Blue Violet #9340E5

Tints of Blue Violet #9340E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.05%

R = 33.41%
G = 14.55%
B = 52.05%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9340E5 (or 0x9340E5) is known color: Blue Violet. HEX triplet: 93, 40 and E5. RGB value is (147,64,229). Sum of RGB (Red+Green+Blue) = 147+64+229=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #9340E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340E5 is #6CBF1A. Grayscale: #6B6B6B. Windows color (decimal): -7126811 or 15024275. OLE color: 15024275.

HSL color Cylindrical-coordinate representation of color #9340E5: hue angle of 270.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9340E5 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 64 229 -
CMYK 0.36 0.72 0 0.10
HSL 270.18º 0.76% 0.57% -
HSV(B) 270.18º 0.72% 0.9% -
XYZ 28.01 15.53 75.65 -
YUV 107.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 147 64 229 0.36 0.72 0 0.10 270.18 0.76 0.57
Hex 93 40 E5 24 48 0 A 10E 4C 39
Octal 223 100 345 44 110 0 12 416 114 71
Binary 10010011 1000000 11100101 100100 1001000 0 1010 100001110 1001100 111001

Color Harmonies of #9340E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9340E5

Black with #9340E5

Text Example


Text Example

White with #9340E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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