Html Css Color HEX #9385E8 Medium Purple

📋 copy color: '#9385E8'

red 147 ◦ green 133 ◦ blue 232

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

Shades of Medium Purple #9385E8

Tints of Medium Purple #9385E8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

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

R = 28.71%
G = 25.98%
B = 45.31%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9385E8 (or 0x9385E8) is known color: Medium Purple. HEX triplet: 93, 85 and E8. RGB value is (147,133,232). Sum of RGB (Red+Green+Blue) = 147+133+232=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #9385E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385E8 is #6C7A17. Grayscale: #949494. Windows color (decimal): -7109144 or 15238547. OLE color: 15238547.

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

Color convert

RGB 147 133 232 -
CMYK 0.37 0.43 0 0.09
HSL 248.48º 0.68% 0.72% -
HSV(B) 248.48º 0.43% 0.91% -
XYZ 34.99 28.8 80.06 -
YUV 148.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 147 133 232 0.37 0.43 0 0.09 248.48 0.68 0.72
Hex 93 85 E8 25 2B 0 9 F8 44 48
Octal 223 205 350 45 53 0 11 370 104 110
Binary 10010011 10000101 11101000 100101 101011 0 1001 11111000 1000100 1001000

Color Harmonies of #9385E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385E8

Black with #9385E8

Text Example


Text Example

White with #9385E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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