Html Css Color HEX #9331EE Blue Violet

📋 copy color: '#9331EE'

red 147 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #9331EE

Tints of Blue Violet #9331EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 33.87%
G = 11.29%
B = 54.84%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9331EE (or 0x9331EE) is known color: Blue Violet. HEX triplet: 93, 31 and EE. RGB value is (147,49,238). Sum of RGB (Red+Green+Blue) = 147+49+238=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #9331EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9331EE is #6CCE11. Grayscale: #636363. Windows color (decimal): -7130642 or 15610259. OLE color: 15610259.

HSL color Cylindrical-coordinate representation of color #9331EE: hue angle of 271.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9331EE is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 49 238 -
CMYK 0.38 0.79 0 0.07
HSL 271.11º 0.85% 0.56% -
HSV(B) 271.11º 0.79% 0.93% -
XYZ 28.56 14.57 82.2 -
YUV 99.85 205.97 161.63 -
System Red Green Blue C M Y K H S L
Decimal 147 49 238 0.38 0.79 0 0.07 271.11 0.85 0.56
Hex 93 31 EE 26 4F 0 7 10F 55 38
Octal 223 61 356 46 117 0 7 417 125 70
Binary 10010011 110001 11101110 100110 1001111 0 111 100001111 1010101 111000

Color Harmonies of #9331EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9331EE

Black with #9331EE

Text Example


Text Example

White with #9331EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9331EE; }

 p { color: rgb(147,49,238); }

 H1.HeaderClassName
 {
   color: #9331EE;
 }
 .AnyTagClassName
 {
   color: #9331EE;
 }
</style>

background-color css

<style>
 a { background-color: #9331EE; }

 a { background-color: rgb(147,49,238); }

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

border-color css

<style>
 span { border-color: #9331EE; }

 span { border-color: rgb(147,49,238); }

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