Html Css Color HEX #9366DE Medium Purple

📋 copy color: '#9366DE'

red 147 ◦ green 102 ◦ blue 222

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

Shades of Medium Purple #9366DE

Tints of Medium Purple #9366DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 31.21%
G = 21.66%
B = 47.13%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9366DE (or 0x9366DE) is known color: Medium Purple. HEX triplet: 93, 66 and DE. RGB value is (147,102,222). Sum of RGB (Red+Green+Blue) = 147+102+222=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #9366DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366DE is #6C9921. Grayscale: #808080. Windows color (decimal): -7117090 or 14575251. OLE color: 14575251.

HSL color Cylindrical-coordinate representation of color #9366DE: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9366DE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 102 222 -
CMYK 0.34 0.54 0 0.13
HSL 262.5º 0.65% 0.64% -
HSV(B) 262.5º 0.54% 0.87% -
XYZ 29.97 20.98 71.58 -
YUV 129.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 147 102 222 0.34 0.54 0 0.13 262.5 0.65 0.64
Hex 93 66 DE 22 36 0 D 106 41 40
Octal 223 146 336 42 66 0 15 406 101 100
Binary 10010011 1100110 11011110 100010 110110 0 1101 100000110 1000001 1000000

Color Harmonies of #9366DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366DE

Black with #9366DE

Text Example


Text Example

White with #9366DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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