Html Css Color HEX #9375E9 Medium Purple

📋 copy color: '#9375E9'

red 147 ◦ green 117 ◦ blue 233

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

Shades of Medium Purple #9375E9

Tints of Medium Purple #9375E9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 233 (91.41% from 255) = 46.88%

R = 29.58%
G = 23.54%
B = 46.88%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9375E9 (or 0x9375E9) is known color: Medium Purple. HEX triplet: 93, 75 and E9. RGB value is (147,117,233). Sum of RGB (Red+Green+Blue) = 147+117+233=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #9375E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375E9 is #6C8A16. Grayscale: #8A8A8A. Windows color (decimal): -7113239 or 15299987. OLE color: 15299987.

HSL color Cylindrical-coordinate representation of color #9375E9: hue angle of 255.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9375E9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 117 233 -
CMYK 0.37 0.50 0 0.09
HSL 255.52º 0.73% 0.69% -
HSV(B) 255.52º 0.5% 0.91% -
XYZ 33.1 24.81 80.13 -
YUV 139.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 147 117 233 0.37 0.50 0 0.09 255.52 0.73 0.69
Hex 93 75 E9 25 32 0 9 100 48 45
Octal 223 165 351 45 62 0 11 400 110 105
Binary 10010011 1110101 11101001 100101 110010 0 1001 100000000 1001000 1000101

Color Harmonies of #9375E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375E9

Black with #9375E9

Text Example


Text Example

White with #9375E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9375E9; }

 p { color: rgb(147,117,233); }

 H1.HeaderClassName
 {
   color: #9375E9;
 }
 .AnyTagClassName
 {
   color: #9375E9;
 }
</style>

background-color css

<style>
 a { background-color: #9375E9; }

 a { background-color: rgb(147,117,233); }

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

border-color css

<style>
 span { border-color: #9375E9; }

 span { border-color: rgb(147,117,233); }

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