Html Css Color HEX #9370EB Medium Purple

📋 copy color: '#9370EB'

red 147 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #9370EB

Tints of Medium Purple #9370EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 29.76%
G = 22.67%
B = 47.57%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9370EB (or 0x9370EB) is known color: Medium Purple. HEX triplet: 93, 70 and EB. RGB value is (147,112,235). Sum of RGB (Red+Green+Blue) = 147+112+235=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9370EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370EB is #6C8F14. Grayscale: #888888. Windows color (decimal): -7114517 or 15429779. OLE color: 15429779.

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

Color convert

RGB 147 112 235 -
CMYK 0.37 0.52 0 0.08
HSL 257.07º 0.75% 0.68% -
HSV(B) 257.07º 0.52% 0.92% -
XYZ 32.82 23.79 81.46 -
YUV 136.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 147 112 235 0.37 0.52 0 0.08 257.07 0.75 0.68
Hex 93 70 EB 25 34 0 8 101 4B 44
Octal 223 160 353 45 64 0 10 401 113 104
Binary 10010011 1110000 11101011 100101 110100 0 1000 100000001 1001011 1000100

Color Harmonies of #9370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370EB

Black with #9370EB

Text Example


Text Example

White with #9370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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