Html Css Color HEX #9343E1 Blue Violet

📋 copy color: '#9343E1'

red 147 ◦ green 67 ◦ blue 225

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

Shades of Blue Violet #9343E1

Tints of Blue Violet #9343E1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

 BLUE value IS 225 (88.28% from 255) = 51.25%

R = 33.49%
G = 15.26%
B = 51.25%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9343E1 (or 0x9343E1) is known color: Blue Violet. HEX triplet: 93, 43 and E1. RGB value is (147,67,225). Sum of RGB (Red+Green+Blue) = 147+67+225=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #9343E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9343E1 is #6CBC1E. Grayscale: #6C6C6C. Windows color (decimal): -7126047 or 14762899. OLE color: 14762899.

HSL color Cylindrical-coordinate representation of color #9343E1: hue angle of 270.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9343E1 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 67 225 -
CMYK 0.35 0.70 0 0.12
HSL 270.38º 0.72% 0.57% -
HSV(B) 270.38º 0.7% 0.88% -
XYZ 27.63 15.65 72.8 -
YUV 108.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 147 67 225 0.35 0.70 0 0.12 270.38 0.72 0.57
Hex 93 43 E1 23 46 0 C 10E 48 39
Octal 223 103 341 43 106 0 14 416 110 71
Binary 10010011 1000011 11100001 100011 1000110 0 1100 100001110 1001000 111001

Color Harmonies of #9343E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9343E1

Black with #9343E1

Text Example


Text Example

White with #9343E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9343E1; }

 p { color: rgb(147,67,225); }

 H1.HeaderClassName
 {
   color: #9343E1;
 }
 .AnyTagClassName
 {
   color: #9343E1;
 }
</style>

background-color css

<style>
 a { background-color: #9343E1; }

 a { background-color: rgb(147,67,225); }

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

border-color css

<style>
 span { border-color: #9343E1; }

 span { border-color: rgb(147,67,225); }

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