Html Css Color HEX #9366ED Medium Purple

📋 copy color: '#9366ED'

red 147 ◦ green 102 ◦ blue 237

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

Shades of Medium Purple #9366ED

Tints of Medium Purple #9366ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 30.25%
G = 20.99%
B = 48.77%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9366ED (or 0x9366ED) is known color: Medium Purple. HEX triplet: 93, 66 and ED. RGB value is (147,102,237). Sum of RGB (Red+Green+Blue) = 147+102+237=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9366ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366ED is #6C9912. Grayscale: #828282. Windows color (decimal): -7117075 or 15558291. OLE color: 15558291.

HSL color Cylindrical-coordinate representation of color #9366ED: hue angle of 260º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9366ED is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 102 237 -
CMYK 0.38 0.57 0 0.07
HSL 260º 0.79% 0.66% -
HSV(B) 260º 0.57% 0.93% -
XYZ 32.07 21.82 82.64 -
YUV 130.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 147 102 237 0.38 0.57 0 0.07 260 0.79 0.66
Hex 93 66 ED 26 39 0 7 104 4F 42
Octal 223 146 355 46 71 0 7 404 117 102
Binary 10010011 1100110 11101101 100110 111001 0 111 100000100 1001111 1000010

Color Harmonies of #9366ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366ED

Black with #9366ED

Text Example


Text Example

White with #9366ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9366ED; }

 p { color: rgb(147,102,237); }

 H1.HeaderClassName
 {
   color: #9366ED;
 }
 .AnyTagClassName
 {
   color: #9366ED;
 }
</style>

background-color css

<style>
 a { background-color: #9366ED; }

 a { background-color: rgb(147,102,237); }

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

border-color css

<style>
 span { border-color: #9366ED; }

 span { border-color: rgb(147,102,237); }

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