Html Css Color HEX #9380EB Medium Purple

📋 copy color: '#9380EB'

red 147 ◦ green 128 ◦ blue 235

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

Shades of Medium Purple #9380EB

Tints of Medium Purple #9380EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 28.82%
G = 25.1%
B = 46.08%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9380EB (or 0x9380EB) is known color: Medium Purple. HEX triplet: 93, 80 and EB. RGB value is (147,128,235). Sum of RGB (Red+Green+Blue) = 147+128+235=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #9380EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380EB is #6C7F14. Grayscale: #919191. Windows color (decimal): -7110421 or 15433875. OLE color: 15433875.

HSL color Cylindrical-coordinate representation of color #9380EB: hue angle of 250.65º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9380EB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 128 235 -
CMYK 0.37 0.46 0 0.08
HSL 250.65º 0.73% 0.71% -
HSV(B) 250.65º 0.46% 0.92% -
XYZ 34.75 27.64 82.1 -
YUV 145.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 147 128 235 0.37 0.46 0 0.08 250.65 0.73 0.71
Hex 93 80 EB 25 2E 0 8 FB 49 47
Octal 223 200 353 45 56 0 10 373 111 107
Binary 10010011 10000000 11101011 100101 101110 0 1000 11111011 1001001 1000111

Color Harmonies of #9380EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380EB

Black with #9380EB

Text Example


Text Example

White with #9380EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9380EB; }

 p { color: rgb(147,128,235); }

 H1.HeaderClassName
 {
   color: #9380EB;
 }
 .AnyTagClassName
 {
   color: #9380EB;
 }
</style>

background-color css

<style>
 a { background-color: #9380EB; }

 a { background-color: rgb(147,128,235); }

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

border-color css

<style>
 span { border-color: #9380EB; }

 span { border-color: rgb(147,128,235); }

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