Html Css Color HEX #9341EA Blue Violet

📋 copy color: '#9341EA'

red 147 ◦ green 65 ◦ blue 234

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

Shades of Blue Violet #9341EA

Tints of Blue Violet #9341EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.57%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 32.96%
G = 14.57%
B = 52.47%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9341EA (or 0x9341EA) is known color: Blue Violet. HEX triplet: 93, 41 and EA. RGB value is (147,65,234). Sum of RGB (Red+Green+Blue) = 147+65+234=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #9341EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341EA is #6CBE15. Grayscale: #6C6C6C. Windows color (decimal): -7126550 or 15352211. OLE color: 15352211.

HSL color Cylindrical-coordinate representation of color #9341EA: hue angle of 269.11º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9341EA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 65 234 -
CMYK 0.37 0.72 0 0.08
HSL 269.11º 0.8% 0.59% -
HSV(B) 269.11º 0.72% 0.92% -
XYZ 28.77 15.92 79.4 -
YUV 108.78 198.67 155.26 -
System Red Green Blue C M Y K H S L
Decimal 147 65 234 0.37 0.72 0 0.08 269.11 0.8 0.59
Hex 93 41 EA 25 48 0 8 10D 50 3B
Octal 223 101 352 45 110 0 10 415 120 73
Binary 10010011 1000001 11101010 100101 1001000 0 1000 100001101 1010000 111011

Color Harmonies of #9341EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341EA

Black with #9341EA

Text Example


Text Example

White with #9341EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9341EA; }

 p { color: rgb(147,65,234); }

 H1.HeaderClassName
 {
   color: #9341EA;
 }
 .AnyTagClassName
 {
   color: #9341EA;
 }
</style>

background-color css

<style>
 a { background-color: #9341EA; }

 a { background-color: rgb(147,65,234); }

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

border-color css

<style>
 span { border-color: #9341EA; }

 span { border-color: rgb(147,65,234); }

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