Html Css Color HEX #9338F5 Blue Violet

📋 copy color: '#9338F5'

red 147 ◦ green 56 ◦ blue 245

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

Shades of Blue Violet #9338F5

Tints of Blue Violet #9338F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.69%

R = 32.81%
G = 12.5%
B = 54.69%

CMYK

 C value IS 0.4

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9338F5 (or 0x9338F5) is known color: Blue Violet. HEX triplet: 93, 38 and F5. RGB value is (147,56,245). Sum of RGB (Red+Green+Blue) = 147+56+245=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #9338F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9338F5 is #6CC70A. Grayscale: #686868. Windows color (decimal): -7128843 or 16070803. OLE color: 16070803.

HSL color Cylindrical-coordinate representation of color #9338F5: hue angle of 268.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9338F5 is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 56 245 -
CMYK 0.4 0.77 0 0.04
HSL 268.89º 0.9% 0.59% -
HSV(B) 268.89º 0.77% 0.96% -
XYZ 29.93 15.62 87.82 -
YUV 104.76 207.15 158.13 -
System Red Green Blue C M Y K H S L
Decimal 147 56 245 0.4 0.77 0 0.04 268.89 0.9 0.59
Hex 93 38 F5 28 4D 0 4 10D 5A 3B
Octal 223 70 365 50 115 0 4 415 132 73
Binary 10010011 111000 11110101 101000 1001101 0 100 100001101 1011010 111011

Color Harmonies of #9338F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9338F5

Black with #9338F5

Text Example


Text Example

White with #9338F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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