Html Css Color HEX #9376E7 Medium Purple

📋 copy color: '#9376E7'

red 147 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #9376E7

Tints of Medium Purple #9376E7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 29.64%
G = 23.79%
B = 46.57%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9376E7 (or 0x9376E7) is known color: Medium Purple. HEX triplet: 93, 76 and E7. RGB value is (147,118,231). Sum of RGB (Red+Green+Blue) = 147+118+231=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #9376E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376E7 is #6C8918. Grayscale: #8B8B8B. Windows color (decimal): -7112985 or 15169171. OLE color: 15169171.

HSL color Cylindrical-coordinate representation of color #9376E7: hue angle of 255.4º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9376E7 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 118 231 -
CMYK 0.36 0.49 0 0.09
HSL 255.4º 0.7% 0.68% -
HSV(B) 255.4º 0.49% 0.91% -
XYZ 32.93 24.93 78.68 -
YUV 139.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 147 118 231 0.36 0.49 0 0.09 255.4 0.7 0.68
Hex 93 76 E7 24 31 0 9 FF 46 44
Octal 223 166 347 44 61 0 11 377 106 104
Binary 10010011 1110110 11100111 100100 110001 0 1001 11111111 1000110 1000100

Color Harmonies of #9376E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376E7

Black with #9376E7

Text Example


Text Example

White with #9376E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376E7; }

 p { color: rgb(147,118,231); }

 H1.HeaderClassName
 {
   color: #9376E7;
 }
 .AnyTagClassName
 {
   color: #9376E7;
 }
</style>

background-color css

<style>
 a { background-color: #9376E7; }

 a { background-color: rgb(147,118,231); }

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

border-color css

<style>
 span { border-color: #9376E7; }

 span { border-color: rgb(147,118,231); }

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