Html Css Color HEX #9338EF Blue Violet

📋 copy color: '#9338EF'

red 147 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #9338EF

Tints of Blue Violet #9338EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 33.26%
G = 12.67%
B = 54.07%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9338EF (or 0x9338EF) is known color: Blue Violet. HEX triplet: 93, 38 and EF. RGB value is (147,56,239). Sum of RGB (Red+Green+Blue) = 147+56+239=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #9338EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9338EF is #6CC710. Grayscale: #676767. Windows color (decimal): -7128849 or 15677587. OLE color: 15677587.

HSL color Cylindrical-coordinate representation of color #9338EF: hue angle of 269.84º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9338EF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 56 239 -
CMYK 0.38 0.77 0 0.06
HSL 269.84º 0.85% 0.58% -
HSV(B) 269.84º 0.77% 0.94% -
XYZ 29.03 15.26 83.08 -
YUV 104.07 204.15 158.62 -
System Red Green Blue C M Y K H S L
Decimal 147 56 239 0.38 0.77 0 0.06 269.84 0.85 0.58
Hex 93 38 EF 26 4D 0 6 10E 55 3A
Octal 223 70 357 46 115 0 6 416 125 72
Binary 10010011 111000 11101111 100110 1001101 0 110 100001110 1010101 111010

Color Harmonies of #9338EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9338EF

Black with #9338EF

Text Example


Text Example

White with #9338EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9338EF; }

 p { color: rgb(147,56,239); }

 H1.HeaderClassName
 {
   color: #9338EF;
 }
 .AnyTagClassName
 {
   color: #9338EF;
 }
</style>

background-color css

<style>
 a { background-color: #9338EF; }

 a { background-color: rgb(147,56,239); }

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

border-color css

<style>
 span { border-color: #9338EF; }

 span { border-color: rgb(147,56,239); }

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