Html Css Color HEX #9339E5 Blue Violet

📋 copy color: '#9339E5'

red 147 ◦ green 57 ◦ blue 229

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

Shades of Blue Violet #9339E5

Tints of Blue Violet #9339E5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.16%

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

R = 33.95%
G = 13.16%
B = 52.89%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9339E5 (or 0x9339E5) is known color: Blue Violet. HEX triplet: 93, 39 and E5. RGB value is (147,57,229). Sum of RGB (Red+Green+Blue) = 147+57+229=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #9339E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339E5 is #6CC61A. Grayscale: #666666. Windows color (decimal): -7128603 or 15022483. OLE color: 15022483.

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

Color convert

RGB 147 57 229 -
CMYK 0.36 0.75 0 0.10
HSL 271.4º 0.77% 0.56% -
HSV(B) 271.4º 0.75% 0.9% -
XYZ 27.64 14.79 75.53 -
YUV 103.52 198.82 159.01 -
System Red Green Blue C M Y K H S L
Decimal 147 57 229 0.36 0.75 0 0.10 271.4 0.77 0.56
Hex 93 39 E5 24 4B 0 A 10F 4D 38
Octal 223 71 345 44 113 0 12 417 115 70
Binary 10010011 111001 11100101 100100 1001011 0 1010 100001111 1001101 111000

Color Harmonies of #9339E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9339E5

Black with #9339E5

Text Example


Text Example

White with #9339E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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