Html Css Color HEX #9376E6 Medium Purple

📋 copy color: '#9376E6'

red 147 ◦ green 118 ◦ blue 230

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

Shades of Medium Purple #9376E6

Tints of Medium Purple #9376E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 29.7%
G = 23.84%
B = 46.46%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9376E6 (or 0x9376E6) is known color: Medium Purple. HEX triplet: 93, 76 and E6. RGB value is (147,118,230). Sum of RGB (Red+Green+Blue) = 147+118+230=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #9376E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376E6 is #6C8919. Grayscale: #8B8B8B. Windows color (decimal): -7112986 or 15103635. OLE color: 15103635.

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

Color convert

RGB 147 118 230 -
CMYK 0.36 0.49 0 0.10
HSL 255.54º 0.69% 0.68% -
HSV(B) 255.54º 0.49% 0.9% -
XYZ 32.79 24.87 77.94 -
YUV 139.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 147 118 230 0.36 0.49 0 0.10 255.54 0.69 0.68
Hex 93 76 E6 24 31 0 A 100 45 44
Octal 223 166 346 44 61 0 12 400 105 104
Binary 10010011 1110110 11100110 100100 110001 0 1010 100000000 1000101 1000100

Color Harmonies of #9376E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376E6

Black with #9376E6

Text Example


Text Example

White with #9376E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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