Html Css Color HEX #9366EA Medium Purple

📋 copy color: '#9366EA'

red 147 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #9366EA

Tints of Medium Purple #9366EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 30.43%
G = 21.12%
B = 48.45%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9366EA (or 0x9366EA) is known color: Medium Purple. HEX triplet: 93, 66 and EA. RGB value is (147,102,234). Sum of RGB (Red+Green+Blue) = 147+102+234=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9366EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366EA is #6C9915. Grayscale: #828282. Windows color (decimal): -7117078 or 15361683. OLE color: 15361683.

HSL color Cylindrical-coordinate representation of color #9366EA: hue angle of 260.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9366EA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 102 234 -
CMYK 0.37 0.56 0 0.08
HSL 260.45º 0.76% 0.66% -
HSV(B) 260.45º 0.56% 0.92% -
XYZ 31.64 21.65 80.35 -
YUV 130.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 147 102 234 0.37 0.56 0 0.08 260.45 0.76 0.66
Hex 93 66 EA 25 38 0 8 104 4C 42
Octal 223 146 352 45 70 0 10 404 114 102
Binary 10010011 1100110 11101010 100101 111000 0 1000 100000100 1001100 1000010

Color Harmonies of #9366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366EA

Black with #9366EA

Text Example


Text Example

White with #9366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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