Html Css Color HEX #9370E8 Medium Purple

📋 copy color: '#9370E8'

red 147 ◦ green 112 ◦ blue 232

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

Shades of Medium Purple #9370E8

Tints of Medium Purple #9370E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 29.94%
G = 22.81%
B = 47.25%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9370E8 (or 0x9370E8) is known color: Medium Purple. HEX triplet: 93, 70 and E8. RGB value is (147,112,232). Sum of RGB (Red+Green+Blue) = 147+112+232=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #9370E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370E8 is #6C8F17. Grayscale: #878787. Windows color (decimal): -7114520 or 15233171. OLE color: 15233171.

HSL color Cylindrical-coordinate representation of color #9370E8: hue angle of 257.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9370E8 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 112 232 -
CMYK 0.37 0.52 0 0.09
HSL 257.5º 0.72% 0.67% -
HSV(B) 257.5º 0.52% 0.91% -
XYZ 32.39 23.62 79.2 -
YUV 136.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 147 112 232 0.37 0.52 0 0.09 257.5 0.72 0.67
Hex 93 70 E8 25 34 0 9 102 48 43
Octal 223 160 350 45 64 0 11 402 110 103
Binary 10010011 1110000 11101000 100101 110100 0 1001 100000010 1001000 1000011

Color Harmonies of #9370E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370E8

Black with #9370E8

Text Example


Text Example

White with #9370E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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